I have been receiving the following error when trying to start the Alteryx server with an advanced connection string:
Mongo error: ""No suitable servers found: ''serverSelectionTimoutMS' expired" [TLS handshake failed]: generic server error"" code: <mongodb:13053>
Facts -
What I've tried -
Let me know if there is anything else I can provide or any recommendations, thank you!!
Hello @smithct4mn
Check for Mongod locks and remove them before trying to connect to MongoDB.
Make sure to perform indexing post removal of locks.
Turns out this ultimately had to do with the certificates and config file. I will potentially be writing a post about this in case anyone has my weirdly specific use case. Thank you for the reply!