I'm trying to connect to MongoDB Atlas using Robo 3T. I must be doing something wrong, cause when i'm trying to connect I get the following error message: Failed to connect to cluster via SSL tunnel. in details: Error: ssl connection failure: Authentication failed.
What iv'e tried so far:
Selected a "Direct connection" type. I used my primary cluster as address (including the port number) for Authentication I used "admin" Database, and put my username (my email) and the password of MongoDB Atlas. I also white listed my IP address, and even set it as "allow access from anywhere", though it's not secure. I checked "Use self-signed certificate" Nothing I do seems to work.
Any idea what am I doing wrong? thanks