Hi we are trying to connect Tableau Cloud to StarR...
# questions-and-troubleshooting
r
Hi we are trying to connect Tableau Cloud to StarRocks 4.0.0. Using the MySQL connector in Tableau cloud we get an error
Copy code
There was an unknown connection error to the database. The error message below has additional information, but you might need to ask the database administrator to review the database logs. [MySQL][ODBC 8.0(w) Driver]Connections using insecure transport are prohibited...
Is this the right connector to use or any guidance on instructions for how to set it up to work with Tableau Cloud?
k
looks like the Tableau cloud complains about the plaintext connection to SR, check this doc https://docs.starrocks.io/docs/administration/user_privs/ssl_authentication/ and setup mysql protocol over ssl.