My only other suggestion is to be sure that keystore password and key password are both "changeit", and key alias is "tomcat".
> -----Original Message----- > From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 2:54 PM > To: Tomcat Users List > Subject: RE: SSL problem with tomcat 4.0.2 > > > It looks that I get some prograss. > > I made a new .keystore in the default dir, as you > mentioned. > > This time I didn't see the new error message in log > file, but the page still "The page cannot be > displayed". > > Any more suggestions. > > --- Scott Shorter <[EMAIL PROTECTED]> wrote: > > In my experience, Tomcat cannot actually rely on any > > keystore except the > > default one, which on W2K seems to appear as > > C:\\Documents and > > Settings\\YOURUSERNAME\\.keystore > > > > HTH, > > Scott > > > > > -----Original Message----- > > > From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, February 20, 2002 2:25 PM > > > To: Tomcat Users List > > > Subject: SSL problem with tomcat 4.0.2 > > > > > > > > > Hi, > > > > > > OS: win2k > > > JDK: 1.3.1 > > > TOMCAT: 4.0.2 > > > > > > server.xml > > > <Connector > > > > > > className="org.apache.catalina.connector.http.HttpConnector" > > > port="8443" minProcessors="5" maxProcessors="75" > > > enableLookups="true" > > > acceptCount="10" debug="0" scheme="https" > > secure="true"> > > > <Factory > > > > > > className="org.apache.catalina.net.SSLServerSocketFactory" > > > clientAuth="false" > > > > > > > > > keystoreFile="C:/_work/jsse1.0.2/samples/jssecacerts" > > > keystorePass="eontecStorePasswd" > > > protocol="TLS"/> > > > </Connector> > > > > > > After startup and look at https://localhost:8443 > > > The page cannot be displayed. There are no prints > > out. > > > But in the "apache_log.2002-02-20" file, I find > > > > > > 2002-02-20 13:59:22 > > [org.apache.catalina.connector.warp.WarpConnector] > > > Error accepting requests > > > java.net.SocketException: socket closed > > > at java.net.PlainSocketImpl.socketAccept(Native > > > Method) > > > at > > > > > > java.net.PlainSocketImpl.accept(PlainSocketImpl.java:424) > > > at > > > > > > java.net.ServerSocket.implAccept(ServerSocket.java:246) > > > at > > > > > java.net.ServerSocket.accept(ServerSocket.java:225) > > > at > > > > > > org.apache.catalina.connector.warp.WarpConnector.run(WarpConne > > > ctor.java:590) > > > at java.lang.Thread.run(Thread.java:484) > > > > > > Any idea? > > > > > > Thanks > > > > > > > > > ______________________________________________________________ > > > ________ > > > Web-hosting solutions for home and business! > > http://website.yahoo.ca > > > > > > -- > > > 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]> > > > > > ______________________________________________________________ > ________ > Web-hosting solutions for home and business! http://website.yahoo.ca > > -- > 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]>
