Answers for "ssl routines:tls_process_server_certificate:certificate verify failed in command"

0

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 "ssl routines:tls_process_server_certificate:certificate verify failed in command"

Python Answers by Framework

Browse Popular Code Answers by Language