Administration guide > Secure the deployment environment > Transport layer security and secure sockets layer
Configure the orb.properties file for transport security support
If you are using a stand-alone environment, modify the orb.properties file to include additional properties.
Before you begin
See Configure Object Request Brokers for more information about Object Request Brokers (ORB).To support secure transport in a Java™ Platform, Standard Edition environment, edit the orb.properties file to include additional ORB settings.
Procedure
Edit the orb.properties file to include the following additional properties:
# IBM JDK properties org.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB org.omg.CORBA.ORBSingletonClass=com.ibm.rmi.corba.ORBSingleton javax.rmi.CORBA.StubClass=com.ibm.rmi.javax.rmi.CORBA.StubDelegateImpl javax.rmi.CORBA.PortableRemoteObjectClass=com.ibm.rmi.javax.rmi.PortableRemoteObject javax.rmi.CORBA.UtilClass=com.ibm.ws.orb.WSUtilDelegateImpl # WS Plugins com.ibm.CORBA.ORBPluginClass.com.ibm.ws.orbimpl.transport.WSTransport com.ibm.CORBA.ORBPluginClass.com.ibm.ws.orbimpl.WSORBPropertyManager com.ibm.CORBA.ORBPluginClass.com.ibm.ISecurityUtilityImpl.SecurityPropertyManager # WS Interceptors org.omg.PortableInterceptor.ORBInitializerClass.com.ibm.ws.objectgrid.corba.ObjectGridInitializer org.omg.PortableInterceptor.ORBInitializerClass.com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityComponentFactory # WS ORB & Plugins properties com.ibm.ws.orb.transport.ConnectionInterceptorName=com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityConnectionInterceptor com.ibm.ws.orb.transport.WSSSLClientSocketFactoryName=com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl com.ibm.CORBA.TransportMode=Pluggable com.ibm.CORBA.ServerName=ogserver
Parent topic:
Transport layer security and secure sockets layer