the error message like the following:
requests.exceptions.SSLError: [Errno bad handshake] [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')]
when I new the client and send the request , can I add a parameters like "verify=False"?
I can use this parameters in requests.get()
the error message like the following:
requests.exceptions.SSLError: [Errno bad handshake] [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')]
when I new the client and send the request , can I add a parameters like "verify=False"?
I can use this parameters in requests.get()