ppizarror / PyMultiDictionary

PyMultiDictionary is a dictionary module that gets meanings, translations, synonyms, and antonyms of words in 20 different languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

14H034160212 opened this issue · comments

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)>

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

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 😄

I'm going to close this issue by now 📦

Fixed in 1.2.0!