-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.1.9
-
Component/s: Admin
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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)