Hi everyone and thanks in advance for you support!
I am trying to connect Looker Studio to MongoDB using the BI connector from MongoDB.
I successfully connected my local machine to MongoDB using MySql via DBeaver. What I need for that is the host: xxxxx-biconnector.tx6ct.mongodb.net, the port: 27015, username and password. The connection requires SSL, and I use the following config:
Require SSL is enabled, rest is not.
Now we come to my issue with Looker Studio. I try to connect using the MySQL connector. I already whitelisted the following IPs on MongoDB: 142.251.74.0/23, as per documentation. SSL needs to be enabled, and in that case I am forced to upload a server certificate, which on DBeaver is not needed.
Is there a way to require SSL without uploading the server certificate (which I don't have)?