-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.0.6, 2.1.2
-
Component/s: Networking
-
None
-
Environment:Tested with enterprise build (2.0.6 - Ubuntu 11.04) and SSL build from latest git pull (7/6/2012 - git version: ed3328acc7cb26b897808f5949d2520ffb2c41ae)
-
Fully Compatible
-
ALL
When running mongod/mongos, no SSL options are listed in the --help output. The tools (mongo shell, mongodump list the basic --ssl option as they should).
Simple to test:
//both currently return nothing
./mongos --help | grep -i ssl
./mongod --help | grep -i ssl