Certification and renewal 2.9.4
See original GitHub issueHello,
Since the 2.9.4 update, I no longer have new certificates and renew them.
My Nginx proxy manager is under a docker
Attached you will find the error message:
pkg_resources.DistributionNotFound: The 'pyparsing<3,>=2.4.2' distribution was not found and is required by httplib2
at ChildProcess.exithandler (child_process.js:308:12)
at ChildProcess.emit (events.js:314:20)
at maybeClose (internal/child_process.js:1022:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
[7/5/2021] [8:29:03 AM] [SSL ] › ℹ info Renewing Let'sEncrypt certificates for Cert #3: XXXX.XXX.info
[7/5/2021] [8:29:05 AM] [Express ] › ⚠ warning Command failed: certbot renew --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-3" --preferred-challenges "dns,http" --disable-hook-validation
An unexpected error occurred:
Thanking you in advance for your help
Best regards
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
Certification and renewal 2.9.4 · Issue #1220 - GitHub
Hello,. Since the 2.9.4 update, I no longer have new certificates and renew them. My Nginx proxy manager is under a docker. Attached...
Read more >create-permission — AWS CLI 2.9.4 Command Reference
For automatic certificate renewal to succeed, the ACM service principal needs permissions to create, retrieve, and list certificates.
Read more >3.4. Renewing certificates before they expire
3.4. Renewing certificates before they expire. Red Hat Virtualization certificates now follow a standard 398 day lifetime and must be renewed once per...
Read more >Florida Educator Certification Renewal Requirements
Renewal requirements must be completed during the last validity period of the Professional Certificate and prior to expiration of the Professional Certificate.
Read more >16.2.9 NMAC 1 TITLE 16 OCCUPATIONAL AND PROFESSIONAL ...
a course taken for initial certification in expanded practice may not also be used for continuing education required for annual license renewal.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello,
Does anyone have the same problem as me? I have several Nginx proxy manager on several infra, and the problem is the same.
Thanking you in advance for your help.
Best regards
For anyone having the same issue as me with a JSONDecodeError, if you escape the newlines yourself (change
\n
to\\n
) will fix the issue Looks like in the codebase we need to changejson.loads
to addstrict=False