Answers for "fatal error: certificate verification: not trusted"

1

SSL: CERTIFICATE_VERIFY_FAILED,

#temporary fix when facing SSL error
#put this code in the class SSL error occur

import ssl
ssl._create_default_https_context = ssl._create_unverified_context
Posted by: Guest on October-05-2021

Code answers related to "fatal error: certificate verification: not trusted"

Python Answers by Framework

Browse Popular Code Answers by Language