How are you trying to connect?
What is the URL you are using?
Is there anything in the logs?
I assume you followed all the 
directions in the How-to?

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 31, 2002 11:46 PM
> To: Tomcat Users List
> Subject: tomcat with ssl
> 
> 
> I am configuring Tomcat with ssl.
> 
> my system is;
> 
> jakarta-tomcat-4.0.1
> jsse-1_0_2-gl
> j2sdk-1_3_1_03
> 
> 
> I put  jcert.jar  jnet.jar  jsse.jar in $JAVA_HOME/jre/lib/ext.
> My apache is OK with ssl, and also Tomcat without ssl.
> 
> When I take away <--- and --> from text below,
> 
> <!--
>     <Connector 
> className="org.apache.catalina.connector.http.HttpConnector"
>                port="8443" minProcessors="5" maxProcessors="75"
>                enableLookups="false"
>                acceptCount="10" debug="0" scheme="https" 
> secure="true">
>       <Factory 
> className="org.apache.catalina.net.SSLServerSocketFactory"
>                clientAuth="false" protocol="TLS"/>
>     </Connector>
> -->
> 
> Tomcat seems ok to bootup, But can not connect from web browser, just
> keeping
> timeout.
> 
> Wnen I coment out the text below;
> 
> <!--
> <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
>                clientAuth="false" protocol="TLS"/>
> -->
> 
> Tomcat works, but not with SSL.
> 
> Please someone help me?
> 
> Akihiro
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to