2 Replies Latest reply on May 17, 2002 7:22 PM by jswinth

    JBOSS -SSL-unknown protocol https

    panyel

      Hi
      I am using a which goes to a secure web site and looks up the response using httpunit. The problem I have been haivng is when it encounters a https page, I get the message "unknown protocol https". I have jsse.jar in my classpath and also the following lines in my code

      Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
      System.setProperty("java.protocol.handler.pkgs",
      "com.sun.net.ssl.internal.www.protocol");

      Any suggestions as to how to solve this?.

      thanks
      pandu