This procedure describes how to disable SSL between components that use the CORBA protocol.
To disable SSL for CORBA:
In the jacorb.properties file, located in <Control-M/EM Home Directory>/etc/jacorb.properties, set the jacorb.security.support_ssl parameter to off.
Stop the Control-M/EM Configuration Agent, Naming Service, and CMS. If you are on Control-M/EM Distributed computer, stop the Control-M/EM Configuration Agent.
(UNIX only), type the following command:
setenv DISPLAY <terminal_IP_address>
From <EM Home Directory>/bin, run one of the following:
UNIX: orbconfigure
Windows: orbconfigure.vbs
The Domain Configuration window appears.
In the Domain Settings panel, do the following:
Clear the Use Secure Sockets Layer (SSL) checkbox.
In the given path, under Use TAO internal configuration file checkbox, change the file name to ssl_client_server.conf to client_server.conf.
Click Next.
The Naming Service panel appears.
Click Next and then click Finish.
If you ran the above on a Control-M/EM Distributed computer, run the following on the primary Control-M/EM:
orbadmin ns stop
orbadmin ns start
This registers the services again in the Naming Service using the new configuration.