Info
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:
{ FIPSMode: true, mode: "noSSL" }
}
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
Top User Comments
xgen-internal-githook commented on Mon, 25 Nov 2013 20:06:13 +0000:
Author:
{u'username': u'Zarkantho', u'name': u'Shaun Verch', u'email': u'shaun.verch@10gen.com'}
Message: SERVER-11251 Make sure that ssl is enabled when sslFIPSMode is specified
Branch: master
https://github.com/mongodb/mongo/commit/29d0e69a262825891484c2def0788dd89f47dbcb
sridhar commented on Fri, 22 Nov 2013 21:49:40 +0000:
Tested with 11/20 Windows Enterprise.
Server still starts with sslMode=disabled and sslFIPSMode. Other SSL options correctly error out with fix to SERVER-11248.
dan@10gen.com commented on Fri, 18 Oct 2013 04:07:47 +0000:
see SERVER-11248
Steps to Reproduce
Start mongodb with sslMode=noSSL and sslFIPSMode=true