Sun Java System Message Queue 3.7 UR1 Administration Guide

ProcedureTo Configure JSSE

  1. Copy the JSSE .jar files to the JRE_HOME/lib/ext directory.


    jsse.jar, jnet.jar, jcert.jar
  2. Statically add the JSSE security provider by adding


    security.provider.n=com.sun.net.ssl.internal.ssl.Provider

    to the JRE_HOME/lib/security/java.security file (where n is the next available priority number for security provider package).

  3. If not using JDK1.4, you need to set the following JSSE property using the -D option to the command that launches the client application:


    java.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol