Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1076)> #9

Closed
14H034160212 opened this issue Nov 29, 2021 · 4 comments · Fixed by #11
Labels
bug Something isn't working

Comments

@14H034160212
Copy link

Hi,

I got this issue when I want to run the program to call the dictionary.antonym. It seems the certificate has expired. Does anyone know how to sovle that issue? Thanks.
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1076)>

@14H034160212 14H034160212 added the bug Something isn't working label Nov 29, 2021
@ppizarror
Copy link
Owner

Hello. Can you provide a minimal working example? I cannot reproduce your bug :(

Captura de Pantalla 2021-11-29 a la(s) 19 14 06

@ppizarror
Copy link
Owner

Hello. Any updates, are you obtaining the same error?
I've found this solution https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error, basically, implement an SSL bypass to avoid certificate validation.

Greetings 😄

@ppizarror
Copy link
Owner

I'm going to close this issue by now 📦

@ppizarror
Copy link
Owner

Fixed in 1.2.0!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants