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

Regarding SSL connection with datasource #706

Open
kshitiz12345 opened this issue Oct 19, 2020 · 1 comment
Open

Regarding SSL connection with datasource #706

kshitiz12345 opened this issue Oct 19, 2020 · 1 comment
Labels
enhancement needs investigation Issue needs to be looked at by Tableau

Comments

@kshitiz12345
Copy link

Hi,

I am trying to publish tableau workbooks using Python library and using MySql DB as datasource. I am facing the following issue:-
403007: Forbidden
Workbook failed to establish a connection to your datasource.

I think its because my DB is on SSL and expects certificate provided by the client while making connection. It looks like there is no property in ConnectionItem where we can specify certificate and enable SSL connection. Is there a way to specify it? Or the issue can be because of another reason?

Would appreciate any help !

@raksingh
Copy link

No sure if you resolved your issue, but I used the information below to resolve my SSL connection issues.
https://community.tableau.com/s/question/0D54T00000F33bdSAB/tableauserverclient-signin-with-ssl-certificate

In my case:
tableauServer.add_http_options({'verify': False})

@jacalata jacalata added enhancement needs investigation Issue needs to be looked at by Tableau labels Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs investigation Issue needs to be looked at by Tableau
Projects
None yet
Development

No branches or pull requests

3 participants