You can configure your WebLogic deployment of P6 to use a Secure Sockets Layer (SSL) connection when P6 and the WebLogic message queue are on different servers.
Note: This topic assumes that you have already set up a foreign JMS server. See Creating a Foreign JMS Server.
To configure an SSL connection on different servers:
- Launch the WebLogic Administration Console.
- In the WebLogic Administration Console, enable the SSL port on both servers. See Enabling the SSL Port.
- Log in to P6 as an administrator.
- From the Administer menu, select Applications Settings.
- On the Application Settings page, click Eventing.
- In the Provider URL field, under Directory Services, enter the protocol over SSL (t3s:// or iiops://) and the SSL port. For example, t3s://<hostname>:7002.
- Import the certificate of the server hosting the WebLogic message queue into the trust store of the server hosting P6. Please refer to the WebLogic documentation for detailed instructions.
- In the WebLogic Administration Console, expand Services and click JMS Modules in the Domain Structure pane.
- On the JMS Modules page, click the module that contains the foreign JMS server you are using.
- On the Settings page for the module, click the foreign JMS server on the Configuration tab.
- On the Settings page for the foreign JMS server, use the protocol over SSL (t3s:// or iiops://) and the SSL port in the JNDI Connection URL on the General tab. For example, t3s://<hostname>:7002.