I’ve tried numerous times to connect to a remote atlas cluster from the mongo CLI and keep getting the following error. Seems to be related to my SSL cert, but I’d really like to not go through everything outlined here. https://stackoverflow.com/questions/41635371/mongodb-self-signed-ssl-connection-ssl-peer-certificate-validation-failed
2019-03-12T10:54:30.333-0500 I NETWORK [ReplicaSetMonitorWatcher] starting
2019-03-12T10:54:30.505-0500 E NETWORK [thread1] SSL peer certificate validation failed: unable to get local issuer certificate
2019-03-12T10:54:30.659-0500 E NETWORK [thread1] SSL peer certificate validation failed: unable to get local issuer certificate
2019-03-12T10:54:30.842-0500 E NETWORK [thread1] SSL peer certificate validation failed: unable to get local issuer certificate
2019-03-12T10:54:30.843-0500 W NETWORK [thread1] No primary detected for set kvs-m001-shard-0
2019-03-12T10:54:30.843-0500 I NETWORK [thread1] All nodes for set kvs-m001-shard-0 are down. This has happened for 1 checks in a row. Polling will stop after 29 more failed checks
2019-03-12T10:54:31.472-0500 E NETWORK [thread1] SSL peer certificate validation failed: unable to get local issuer certificate
2019-03-12T10:54:31.591-0500 E NETWORK [thread1] SSL peer certificate validation failed: unable to get local issuer certificate
2019-03-12T10:54:31.720-0500 E NETWORK [thread1] SSL peer certificate validation failed: unable to get local issuer certificate
2019-03-12T10:54:31.720-0500 W NETWORK [thread1] No primary detected for set kvs-m001-shard-0
2019-03-12T10:54:31.720-0500 I NETWORK [thread1] All nodes for set kvs-m001-shard-0 are down. This has happened for 2 checks in a row. Polling will stop after 28 more failed checks
Anyone run into this? I’ve been trying to work around this for a couple days now, but the course is about to close and I’m a little frustrated.