Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 47340 invoked from network); 1 Aug 2002 11:36:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Aug 2002 11:36:06 -0000 Received: (qmail 12933 invoked by uid 97); 1 Aug 2002 11:36:06 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 12894 invoked by uid 97); 1 Aug 2002 11:36:05 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 12882 invoked by uid 98); 1 Aug 2002 11:36:04 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Authentication-Warning: webmail4.xs4all.nl: nobody set sender to jurjanw@xs4all.nl using -f Message-ID: <16941.212.159.200.87.1028201741.squirrel@webmail.xs4all.nl> Date: Thu, 1 Aug 2002 13:35:41 +0200 (CEST) Subject: Re: failed to enable SSL on Tomcat 4.04 From: To: In-Reply-To: <200208011110.g71BA2R30999@basebeans.com> References: <200208011110.g71BA2R30999@basebeans.com> X-Mailer: SquirrelMail (version 1.2.6 [cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Tom, I think you make one mistake you have to load https://localhost:8443, with "https" as your conection protocol not "http". That will do I think, I had the same problem.If you load the url over http you only see 4 squares. Jurjan > Subject: failed to enable SSL on Tomcat 4.04 > From: "tom" > === > I tried to enable SSL for 2 days but did not ever success. > > Environment: > Windows 2000 Server > JDK1.4.0.01 > Tomcat 4.04 > 1 signed digital certificate > > Steps > 1. run "keytool -import -alias wisdom -file wisdom.crt -keystore > c:\mydoc\.keystore" to generate the .keystore file > 2. modify server.xml as below > > className="org.apache.catalina.connector.http.HttpConnector" > port="8443" minProcessors="5" maxProcessors="75" > enableLookups="true" > acceptCount="10" debug="0" scheme="https" secure="true"> > className="org.apache.catalina.net.SSLServerSocketFactory" > clientAuth="false" protocol="TLS" > keystoreFile="c:\mydoc\.keystore" > keystorePass="changeit"/> > > > 3. run "startup" > 4. load http://localhost:8443 > > The browser displays 4 strange squares, and no error message ever > appears in the console > > Alternatively, I tried to following the doc > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html exactly. > but still failed to enable SSL. > > 1. run "keytool -genkey -alias tomcat -keyalg RSA -keystore > c:\mydoc2\.keystore" > 2. modify the server.xml as below > > className="org.apache.catalina.connector.http.HttpConnector" > port="8443" minProcessors="5" maxProcessors="75" > enableLookups="true" > acceptCount="10" debug="0" scheme="https" secure="true"> > className="org.apache.catalina.net.SSLServerSocketFactory" > clientAuth="false" protocol="TLS" > keystoreFile="c:\mydoc2\.keystore" > keystorePass="changeit"/> > > > 3. run "startup" > 4. load http://localhost:8443 > > The browser displays 3 strange symbols, and no error message ever > appears in the console > > Help please. > > Tom > mailto:tomcwh@yahoo.com > > > > > -- > To unsubscribe, e-mail: > For additional > commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: