You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception : HTTPSConnectionPool(host='host', port=443): Max retries exceeded with url: //api/2.3/auth/signin (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])"))) at Line : 62
Where should i specify certificates in tableau library ?
The text was updated successfully, but these errors were encountered:
I think this should actually work as is by passing in the name of a complete certificate chain as .pem, but I haven't tested it.
e.g
server.add_http_options({ 'verify': 'server.pem')
See this article for how to find the certificates you're using or generate a PEM file if that's not what you have.
The following code fails
with the following error
Where should i specify certificates in tableau library ?
The text was updated successfully, but these errors were encountered: