Unable to connect to Atlas Cluster via mongosql

Rather than

try
uri : "mongodb+srv://marty-...."

I do not think you should specify the port number. And 27015 is most likely wrong anyway.

Another thing is that

stops you from starting mongosqld because 127.0.1 is not a valid IP address.

1 Like