I can enable secure CORBA via the interface. How do I disable it.
Release : 22.2
The parameter is in the /opt/CA/Spectrum/tomcat/webapps/spectrum/META-INF/context.xml. There's a useSSL entry:
backupLocServerName="" orbThreadPolicy="TSession" useSSL="false"
After enabling secure corba the value will be true.
Change to false and cycle Tomcat.