-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.0.6
-
Component/s: Networking, Security
-
None
-
Environment:64-bit Linux (Centos 6.3)
-
Fully Compatible
I am unable to find any way to specify which SSL ciphers to enable/disable. I would like to be able to disable LOW and EXP ciphers on the mongod server when using SSL.
For Example, when mongod is running with ssl enabled on the server host the command
echo "" | openssl s_client -cipher LOW:EXP -port 27017 -host 127.0.0.1
should not return any supported ciphers.
- is related to
-
SERVER-10520 Add SSL cipher restriction capability
- Closed