![]() | |
Welcome to CyberInfoSpace - The Online Information Center |
| | #1 | ||||||||||||
| Junior Member Online status: Online Join Date: Oct 2009 Posts: 14 Thanks: 0 Thanked 1 Time in 1 Post Rep Power: 86 ![]()
| . If you are using IPIC, you need to define a keyring and password for the JavaGateway object (base class) or resource adapter, to enable an SSL connection. SSL connections are supported in local mode only.Configuring SSL for JavaGateway (base classes) The following steps allow you to configure your SSL connection for JavaGateway: 1. Create a java.util.Properties object 2. Add the following properties: 1. JavaGateway.SSL_KEYRING_CLASS, <keyring file location> 2. JavaGateway.SSL_KEYRING_PASSWORD, <password> 3. Set the properties on the JavaGateway by calling the setProtocolProperties() method, passing the java.util.Properties object 4. Define the server name as ssl://<server_name>:<port>. Set the server name on the ECIRequest object and not on the JavaGateway object. Configuring SSL for a resource adapter The following steps allow you to configure your SSL connection for a resource adapter: 1. Define ServerName as ssl://<server_name>:<port> 2. Set the KeyRingClass property to the location of the keyring file 3. Set the KeyRingPassword property to the password of the keyring file | ||||||||||||
| | |||||||||||||
![]() | ![]() |
![]() | ![]() |