You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mihail <ku...@ivc.nnov.ru> on 2002/01/15 10:48:45 UTC

I can't run Tomcat 3.3 with SSL

Hello.

I can't run Tomcat 3.3 with SSL on Red Hat Linux 7.0
I make key with  keytool, then  add

<Http10Connector
  port="8443" 
  secure="true" 
  keystore="/var/tomcat/conf/keystore" 
  keypass="mynewpass" 
  clientAuth="false" />
   
in server.xml
Then I start tomcat. And he doesn't work!

-- 
Best regards,
 Mihail                            mailto:kumy@ivc.nnov.ru


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>