Configuring a WebLogic Deployment of P6 to Use an SSL connection

Before starting the process described here, you must:

To configure your WebLogic deployment of P6 to use an SSL connection:

  1. Optionally, if using a foreign JMS server, reconfigure the JMS module JNDI connection URL.
    1. Launch the WebLogic Remote Console.
    2. In the NavStrip, click Edit Tree.
    3. In the Navigation Tree, expand Services, expand JMS Modules, then click your JMS module.
    4. Expand Foreign Servers, then select your foreign server.
    5. In the Content Pane, in the JNDI Connection URL field, adjust the URL to use an SSL protocol (t3s:// or iiops://) and include the SSL port of your foreign server.

      For example, t3s://MyForeignServerHost:7002.

    6. Click Save.
    7. Click Click to view shopping cart actions, and select Commit Changes.
    8. Use Java's keytool command to import the SSL trust certificate of the server hosting the WebLogic message queue into the trust store of the server hosting P6.

      For example, <JDK_HOME>/bin/keytool -import -trustcacerts -alias <AliasName> -keystore <KestorePathAndFileName> -storepass <KeystorePassword> -file <SSLCertificatePathAndFileName>.

  2. Reconfigure the P6 eventing settings to use SSL.
    1. Log in to P6 as an administrator.
    2. Click Administration.
    3. On the Administration navigation bar, click Application Settings.
    4. On the Application Settings page, click Eventing.
    5. On the General tab, in the Directory Services section, in the Provider URL field, adjust the URL to use an SSL protocol (t3s:// or iiops://) and include the SSL port.

      For example, t3s://MyServer:7002.

    6. Click Save.


Last Published Wednesday, February 25, 2026