4.2.4. Encrypting CORBA with SSL and bind to a Single Network Interface

It is also possible to bind to a single network interface and to encrypt the CORBA communication with SSL.

Limiting the access of the HTTP connection to a single IP and encrypting it can be achieved by combining the settings described in the previous sections.

For limiting the encrypted CORBA connection to a single network interface you should first configure your system for the SSL encryption as shown in the last section, ensure that everything works and then set the following system properties for the Content Server and the Workflow Server:

-Dcom.sun.CORBA.legacy.connection.ORBSocketFactoryClass=
com.coremedia.corba.SingleIpSSLClientServerSocketFactory50

-Dcom.coremedia.corba.SingleIpSSLServerSocketFactory.ip=<IpAddress>

Replace <IpAddress> by the IP address of the network interface to bind, for example 10.1.3.253.