Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
3.1.9
-
None
-
ALL
Description
If you use mongo shell to connect to a ssl mongodb server with the following lines, mongo is not able to connect to the server
mongo <host>/<dbName --ssl --sslCAFile <path to crt file> --sslPEMKeyFile <path to pem key>
<...> are only placeholder ![]()
The connection gets refused immediately. This works with the current release of mongo db (3.0.6)