Configuring Java CAPS for SSL Support

ProcedureTo Configure the Message Server URL

  1. In the Services window of the NetBeans IDE, expand the CAPS Environment in which the JMS IQ Manager is located.

  2. Right-click the JMS IQ Manager and choose Properties.

    The Properties dialog box appears.

    Screen capture of the Properties dialog box.
  3. Ensure that the Sun JMS IQ Manager URL property begins with stcmss and includes the SSL port number of the JMS IQ Manager. For example:


    stcmss://localhost:18008
  4. If you want clients to authenticate the server certificate that the message server sends, then append the string com.stc.jms.ssl.authenticationmode=Authenticate to the Sun JMS IQ Manager URL property. For example:


    stcmss://localhost:18008?com.stc.jms.ssl.authenticationmode=Authenticate
  5. If you want clients to always trust the message server that they connect to, then append the string com.stc.jms.ssl.authenticationmode=TrustAll to the Sun JMS IQ Manager URL property. For example:


    stcmss://localhost:18008?com.stc.jms.ssl.authenticationmode=TrustAll
  6. Click OK.