SSL: CERTIFICATE_VERIFY_FAILED #371

Open
opened 2026-01-29 21:47:17 +00:00 by claunia · 4 comments
Owner

Originally created by @mohican521 on GitHub (Jul 12, 2023).

urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1131)>

Originally created by @mohican521 on GitHub (Jul 12, 2023). urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1131)>
Author
Owner

@INKXXXXYY commented on GitHub (Sep 26, 2023):

metooooo QAQ

@INKXXXXYY commented on GitHub (Sep 26, 2023): metooooo QAQ
Author
Owner

@wanyouyu commented on GitHub (Nov 13, 2023):

Add “ssl._create_default_https_context = ssl._create_unverified_context” on line 15 of this file “inference_gfpgan.py”

@wanyouyu commented on GitHub (Nov 13, 2023): Add “ssl._create_default_https_context = ssl._create_unverified_context” on line 15 of this file “inference_gfpgan.py”
Author
Owner

@cbram commented on GitHub (Feb 19, 2024):

Well, that gives me back: "NameError: name 'ssl' is not defined"

@cbram commented on GitHub (Feb 19, 2024): Well, that gives me back: "NameError: name 'ssl' is not defined"
Author
Owner

@Brown000 commented on GitHub (Apr 9, 2024):

Well, that gives me back: "NameError: name 'ssl' is not defined"

Well, you just need to add "import ssl" at head of the file "inference_gfpgan.py"

@Brown000 commented on GitHub (Apr 9, 2024): > Well, that gives me back: "NameError: name 'ssl' is not defined" Well, you just need to add "import ssl" at head of the file "inference_gfpgan.py"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#371