-
Task
-
Resolution: Done
-
Major
-
7.1.0.CR1b
-
None
The JacORB SSL settings use a fairly cryptic way to express something that would be better represented as a string with 4 allowed values.
From the description:
client-supports: Value that indicates the client SSL supported parameters (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60). client-requires: Value that indicates the client SSL required parameters (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60). server-supports: Value that indicates the server SSL supported parameters (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60). server-requires: Value that indicates the server SSL required parameters (EstablishTrustInTarget=20,EstablishTrustInClient=40,MutualAuth=60).
- blocks
-
AS7-2748 Manage jacorb subsystem through the console
- Resolved