mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #895] Why I have this error when create certificate #757
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#757
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jamyz on GitHub (Feb 16, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/895
@ragaimeena commented on GitHub (Feb 17, 2021):
I have the same issue. The container becomes nonfunctional then. No one is answering this question, it has been posted so many times in different forums/threads.
@patricklind commented on GitHub (Mar 22, 2021):
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in
load_entry_point('certbot==1.4.0', 'console_scripts', 'certbot')()
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 2862, in load_entry_point
return ep.load()
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 2462, in load
return self.resolve()
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 2468, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/lib/python3.8/site-packages/certbot/main.py", line 2, in
from certbot._internal import main as internal_main
File "/usr/lib/python3.8/site-packages/certbot/_internal/main.py", line 16, in
from certbot import crypto_util
File "/usr/lib/python3.8/site-packages/certbot/crypto_util.py", line 30, in
from certbot import util
File "/usr/lib/python3.8/site-packages/certbot/util.py", line 23, in
from certbot._internal import constants
File "/usr/lib/python3.8/site-packages/certbot/_internal/constants.py", line 6, in
from acme import challenges
File "/usr/lib/python3.8/site-packages/acme/challenges.py", line 11, in
import requests
File "/usr/lib/python3.8/site-packages/requests/init.py", line 113, in
from . import packages
File "/usr/lib/python3.8/site-packages/requests/packages.py", line 7, in
locals()[package] = import(package)
File "/usr/lib/python3.8/site-packages/idna/init.py", line 2, in
from .core import *
File "/usr/lib/python3.8/site-packages/idna/core.py", line 1, in
from . import idnadata
ImportError: cannot import name 'idnadata' from partially initialized module 'idna' (most likely due to a circular import) (/usr/lib/python3.8/site-packages/idna/init.py)
@jessyxavier commented on GitHub (Mar 24, 2021):
@Jamyz @ragaimeena I ran in the same problem and I ended up creating a SSL wildcard certificate and works out fine. Just follow the instructions here at time 4:35 https://www.youtube.com/watch?v=TBGOJA27m_0&t=343s
I hope this helps
@github-actions[bot] commented on GitHub (Mar 19, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Apr 30, 2025):
Issue was closed due to inactivity.