bad hand shake
Opened this issue · 0 comments
I tried several times and I am not sure why I can't get access. I will appreciate it if anyone can help to resolve it. Thanks in advance!
qbc = pyqb.Client(url='https://mycompany.quickbase.com', database = 'DBNamebetween/db/ and ?', user_token='token12345')
qbc.doquery(qid=1,database='DBNamebetween/db/ and ?')
I got error message below:
Max retries exceeded with url: /db/bq5ni99jh (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
I have already updated my certifi through command pip install --upgrade certifi but why I still have this issue?
is there a way to do "verify=False"?
I have tried python library json and requests. When I apply verigy=False in that 2 libraries, at least I got status=200, not 404 which means I can access and my token works.