Seems that is another howto that could do with updating... Surprisingly the 3.3 Howto mentions this though...
I'm not sure why you aren't getting any errors about this but I would say your problem is that JDK 1.4 already includes JSSE, so either unset JSSE_HOME or remove the jar's from JAVA_HOME/lib/ext and try again. Hopefully that resolves your problem. :) Regards, Jason On Tue, 3 Jun 2003 01:16, Korhan GURLER wrote: > i did that and there seems to be no problem but my SSL still doesn't work, > here is a part from the log > > 2003-06-02 18:25:18 ContextConfig[]: Added certificates -> request > attribute Valve 2003-06-02 18:25:18 StandardManager[]: Seeding random > number generator class java.security.SecureRandom 2003-06-02 18:25:18 > StandardManager[]: Seeding of random number generator has been completed > 2003-06-02 18:25:18 StandardWrapper[:default]: Loading container servlet > default 2003-06-02 18:25:18 StandardWrapper[:invoker]: Loading container > servlet invoker > > On Tue, 3 Jun 2003 00:49:39 +0800 > > Jason Bainbridge <[EMAIL PROTECTED]> wrote: > > On Tue, 3 Jun 2003 00:23, Korhan GURLER wrote: > > > On Tue, 3 Jun 2003 00:02:09 +0800 > > > > > > Jason Bainbridge <[EMAIL PROTECTED]> wrote: > > > > Have you downloaded and installed JSSE as per the howto at > > > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html ? > > > > > > I'm sorry, i must have forgatten to mention that, yes of course i > > > did. > > > > Are there any appropriate messages in your log files? If not try > > increasing the debug level to 10 or 99 and trying again: > > > > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" > > � � � � � � � �port="8443" minProcessors="5" maxProcessors="75" > > � � � � � � � �enableLookups="true" > > � � � � � � � �acceptCount="100" debug="10" scheme="https" > > secure="true"� � � � � � � �useURIValidationHack="false" > > disableUploadTimeout="true">� � � <Factory > > className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"� � � � > > � � � � keystoreFile="/path/to/my/keystore" > > �keystorePass="mypassword"� � � � � � � �clientAuth="false" > > protocol="TLS" />� � </Connector> > > > > I'm assuming you have also substituted your variables in for the > > keystore. :) > > > > -- > > Jason Bainbridge > > KDE Web Team - http://kde.org > > [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Bainbridge KDE Web Team - http://kde.org [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
