I am trying to use MongoDB Atlas for Controller, Web & Search persistence layer with Alteryx. Tried using the same connection format as mentioned here.
The OS is windows server 2016 and we were able to test compass running on the same server without any issues but the same SRV format connection string, as mentioned in the documentation is not working.
No suitable servers found: `serverSelectionTimeoutMS` expired:
[TLS handshake failed calling ismaster on
‘hostname.mongodb.net:27017’
Wondering if this is due to SSL, for test we tried using `ssl=false` with connection string but it led to similar error just without TLS.
Mongo error: “No suitable servers found: `serverSelectionTimeoutMS` expired: [Server closed connection. calling ismaster on (Hostname here)
Any idea why this is happening?