Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tableau sign with verify True option always fails. #553

Closed
saggarsunil opened this issue Jan 20, 2020 · 2 comments
Closed

Tableau sign with verify True option always fails. #553

saggarsunil opened this issue Jan 20, 2020 · 2 comments

Comments

@saggarsunil
Copy link

saggarsunil commented Jan 20, 2020

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 ?

@saggarsunil
Copy link
Author

saggarsunil commented Feb 15, 2020

Any recommendations ? Does it require any python certificate settings ?

@bcantoni bcantoni added the help wanted A user needs help, may be a mistake, a bug or a feature request label Sep 1, 2020
@jacalata
Copy link
Contributor

jacalata commented Oct 8, 2022

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.

@jacalata jacalata removed the help wanted A user needs help, may be a mistake, a bug or a feature request label Oct 8, 2022
@jacalata jacalata closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants