How do I configure the tableau connector Elasticsearch by Elastic to include the certificate for my production cluster?
I have followed the instructions to Set up basic security for the Elastic Stack plus secured HTTPS traffic for my production cluster. I am now trying to connect to my prod cluster with Tableau Desktop. I have followed the instructions to Download Tableau Connector for Elasticsearch.
In the tableau connection dialog box I have specified the server name for one of my nodes, port 9200, the username/password for a read-only user I created specifically for this connection, and selected the "Require SSL" checkbox.
When I select Sign In I get this error: Cannot POST address https://xxx.xxx.com:9200/?error_trace (PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target) Unable to connect to the Elasticsearch by Elastic server "xxx.xxx.com". Check that the server is running and that you have access privileges to the requested database. Connector Class: elasticsearch-jdbc, Version: 1.0.0
On the node I am trying to connect to I see this error being logged: http client did not trust this server's certificate, closing connection Netty4HttpChannel{localAddress=/xxx.xxx.xxx.xxx:9200, remoteAddress=/xxx.xxx.xxx.xxx:xxxxx}
I think the issue is that I am not specifying the certificate anywhere in my tableau connection dialogue box. How do I specify it, in the Additional settings box? And what certificate should I use, the same one my Kibana is using?