CORBA TLS has been set to NO on the OneClick GUI. However, when checking .corbarc and .jcorbarc files on the SpectroSERVER, they're set to true
vbroker.security.alwaysSecure=true
Why is there a discrepancy?
If these ports (14012, 14013) are blocked in the firewall, what is the impact on the system?
DX NetOps Spectrum all currently supported releases
$SPECROOT/.corbarc file, and Spectrum applications listen on ports 14011, 14012, 14013, and 14014:vbroker.security.disable=falsevbroker.security.disable=false parameter in the .corbarc file unless you intend to disable secure CORBA entirely. If this value is set to true, Spectrum applications (SpectroSERVER, ArchMgr, LocServer, and OneClick) will stop listening on the secure ports (14011–14014) and will only listen on the standard CORBA ports (14001–14004).Use Secure Corba TLS is configured as "No" on the OneClick -> Administration -> Spectrum Configuration page, this means communication occurs on the non-secure, standard CORBA ports (14001–14004) .vbroker.security.alwaysSecure=truevbroker.security.disable=falseUse Secure CORBA (TLS)" is set to "No," meaning the OneClick (OC) client establishes connections via standard CORBA ports (14002–14004).Use secure CORBA (TLS)) is set to "Yes," the OC client is not making TCP connections via the secure CORBA ports (14012–14014) because the ports are not in a listening state while vbroker.security.disable=true.Refer to the following sections of the TechDocs for further details:
$SPECROOT/custom/VBNS/trustpoints, these custom CORBA certificates will add extra layer of encryption for both standard and secure CORBA ports. Do not remove the default shipped certificates that came with the Spectrum installation.