The NamingViewer utility now supports the browsing of secure naming services that use SSL with JacORB implementation of CORBA.
SSL parameters for JacORB can be found in the jacorb.properties file located in the following directory:
<Control-M/EM_directory>/etc/jacorb.properties
To enable browsing of secure naming services with SSL
jacorb.security.jsse.server.key_manager_algorithm=IbmX509
jacorb.security.jsse.server.trust_manager_algorithm=IbmX509
jacorb.security.jsse.client.key_manager_algorithm=IbmX509
jacorb.security.jsse.client.trust_manager_algorithm=IbmX509
The default value for all the above parameters above is SunX509 (Sun JSSE implementation).
To browse non-secure naming services
Parent Topic |