jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
785 stars 178 forks source link

Error creating LE Certificate using GoDaddy Dns Challenge #189

Closed XenoBIT78 closed 3 years ago

XenoBIT78 commented 3 years ago

I get this error msg when i try to make a Lets encrypt Cert using GoDaddy dns challenge:

/usr/lib/python3.8/site-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.4) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " An unexpected error occurred: pkg_resources.ContextualVersionConflict: (urllib3 1.26.4 (/config/.local/lib/python3.8/site-packages), Requirement.parse('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), {'requests'}) Please see the logfile '/tmp/tmpsqc0vcax/log' for more details.

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)
m0dd3r43v3r commented 3 years ago

Same Issue as above. On the latest docker image available.

/usr/lib/python3.8/site-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.5) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " An unexpected error occurred: pkg_resources.ContextualVersionConflict: (urllib3 1.26.5 (/config/.local/lib/python3.8/site-packages), Requirement.parse('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), {'requests'}) Please see the logfile '/tmp/tmpz7vhwul8/log' for more details.

m0dd3r43v3r commented 3 years ago

I get this error msg when i try to make a Lets encrypt Cert using GoDaddy dns challenge:

/usr/lib/python3.8/site-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.4) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " An unexpected error occurred: pkg_resources.ContextualVersionConflict: (urllib3 1.26.4 (/config/.local/lib/python3.8/site-packages), Requirement.parse('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), {'requests'}) Please see the logfile '/tmp/tmpsqc0vcax/log' for more details.

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)

I was able to connect directly to the Docker container while it was running and upgrade "Requests" which solved this issue for me. At least until I restart the docker container.

pip3 install --upgrade requests

jlesage commented 3 years ago

I pushed a new image with a fix. Could you try to see if it fixes your issue ?

m0dd3r43v3r commented 3 years ago

Seems to work without error after updating.

jlesage commented 3 years ago

Great, thanks for the follow-up!