connection.go:35] Cannot connect to server using url "mongodb://user:pass@10.136.50.63,10.136.68.125,10.136.67.178:27017/admin?replicaSet=demo-rs0&ssl=true" : unsupported connection URL option: ssl=true
Is it possible to connect to a mongo replicaset with ssl enabled?
I have the following mongo url
This however gives me the error
Is it possible to connect to a mongo replicaset with ssl enabled?