try putting the jsse jar files in either A) the common/lib directory in the
tomcat installation, or B) put them in the $JAVA_HOME/jre/lib/ext directory

I recently ran into this problem and, although the jsse jars were on the
classpath, they were not tied into the socket provider system correctly.


----- Original Message -----
From: "Rams" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 22:57
Subject: unknown protocol : https


> Hi all,
> l'm struck up with a minor problem.
> l use jsse1.0.2 with jdk1.3 and Tomcat 3.2.1.
> ln my sslclient, though l added SSLProvider and set system property like
> this:
> --------------------------------------------------------------------------
--
> ----------------------------------------------------------
> java.security.Security.addProvider(new
> com.sun.net.ssl.internal.ssl.Provider());
> System.setProperty("java.protocol.handler.pkgs",
> "com.sun.net.ssl.internal.www.protocol");
> --------------------------------------------------------------------------
--
> ----------------------------------------------------------
> still l'm getting "unknown protocol : https" exception when l run my jsp
> which inturn calls my SSLClient class. jsse.jar is in classpath etc etc..
> Suggest me where l am going wrong?
>
> regards
> Rams
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to