-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 2.5.2
-
Component/s: Security
-
Environment:Windows 7 Enterprise Build on 2008 R2
Git hash:
mongo - 1ea7e56cb2b8653d4b0453f04728033df34be9e1
enterprise - d919ef07f817832732d2a0a2ec68251bc161193a
-
ALL
-
- Start mongodb with sslMode=noSSL and sslFIPSMode=true
Do not expect the server to start but it does. Also in the logs you see
"2013-10-17T19:50:16.574+0000 [initandlisten] options: { config: "config.conf", dbpath: "d:\data\db", ssl:
}
This should error similar to specifying sslMode=noSSL and specify a PEM key file e.g
Error storing command line: BadValue need to enable SSL via the sslMode flag whenusing SSL configuration parameters
- duplicates
-
SERVER-11248 --ssl should be required if you use any of the other ssl options
-
- Closed
-