-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 2.5.3
-
Component/s: Networking, Security
-
None
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
The current sslMode parameter values are:
noSSL - use unencrypted incoming and outgoing connections
acceptSSL - accept both unencrypted and encrypted connections, connect unencrypted
sendAcceptSSL - accept both unencrypted and encrypted connections, connect encrypted
sslOnly - require SSL
New proposal, change these parameters to:
disabled
allowSSL
preferSSL
requireSSL
with or without the SSL postfixes. Will ponder the change over the weekend.