-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
SSLManager accepts an SSLParams object, and yet also relies on a global sslGlobalParams object. There should be a single source of state which is dependency injected into the Manager's constructor. If state changes are needed, the Manager should be informed the the change through setter methods.