The following code fails
tableau_auth = tsc.TableauAuth(username, password, site)
server = tsc.Server(server)
server.add_http_options({ 'verify': True })
return server, tableau_auth
with the following error
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 ?