Product: OpenFusion JacORB
Version : All
Description:
How to use corbaloc with SSL?
Solution:
Specify the IIOP protocol to be used. When using the corbaloc notation it assumes IIOP version 1.0 by default. Specify the version using the following notation:
corbaloc:ssliop:1.2@foo:4041/entrypoint
Using the above JacORB will convert the URL into an IOR containing IIOP-1.2 SSL profile and the client process should successfully establish a SSL connection to the server.
#KnowledgeDocs
#OpenFusion