Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 81846 invoked from network); 30 Nov 2005 04:12:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Nov 2005 04:12:59 -0000 Received: (qmail 94313 invoked by uid 500); 30 Nov 2005 04:12:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 93981 invoked by uid 500); 30 Nov 2005 04:12:46 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 93970 invoked by uid 99); 30 Nov 2005 04:12:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 20:12:46 -0800 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=EXTRA_MPART_TYPE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of purcell5@charter.net designates 209.225.8.182 as permitted sender) Received: from [209.225.8.182] (HELO mtai02.charter.net) (209.225.8.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 20:14:14 -0800 Received: from mxip36-10.charter.net ([10.20.203.76]) by mtai02.charter.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20051130041222.ZKBU10683.mtai02.charter.net@mxip36-10.charter.net> for ; Tue, 29 Nov 2005 23:12:22 -0500 Received: from 66-128-124-198.static.stls.mo.charter.com (HELO office) ([66.128.124.198]) by mxip36-10.charter.net with SMTP; 29 Nov 2005 22:48:10 -0500 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= Message-ID: <033a01c5f560$9a09db90$0501a8c0@office> From: "Scott Purcell" To: "Tomcat Users List" References: <032b01c5f557$914698d0$0501a8c0@office> <438D1E5C.8010504@webtuitive.com> Subject: Re: SSL Certificate Beginner Question Date: Tue, 29 Nov 2005 21:46:02 -0600 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0337_01C5F52E.4B055AB0"; type="text/plain" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0337_01C5F52E.4B055AB0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Real helpful ... I searched on SRV.12 and it brought up a bunch of links that have nothing to do with Tomcat config of SSL. I probably posted a lame request. Let me try again. I have purchased a certificate via Verisign, and I have installed the certificate into a keystore. I am running Windows XP and Tomcat 5.5.12. I put the keystore and Cert.cer in the Tomcat/bin directory for organiation. I read that the default is usually in the home directory where tomcat is installed on Unix. But that is another OS. I followed the docs here under Tomcat 5 SSL and ran across this: http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html The final step is to configure your secure socket in the $CATALINA_HOME/conf/server.xml file, where $CATALINA_HOME represents the directory into which you installed Tomcat 5. An example element for an SSL connector is included in the default server.xml file installed with Tomcat. It will look something like this: <-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> Anyway I uncommented this snippet from my Tomcat server.xml file and restarted. But I cannot hit https://localhost:8443 like the read-me states. I have checked all $TOMCAT_HOME/logs and see nothing. It just hangs when trying to call it. I can hit http://localhost and all is happy. But the certificate states it is coming from a certain URL. So I am not sure how that all works. I hope this may help someone feed me back some relevant information. Scott ----- Original Message ----- From: "Hassan Schroeder" To: "Tomcat Users List" Sent: Tuesday, November 29, 2005 9:37 PM Subject: Re: SSL Certificate Beginner Question > Scott Purcell wrote: > > > How do I configure some of my pages to use https? I do not know > > where to begin on this? > > Begin with the Servlet Spec. -- SRV.12 (Security) would be apropos :-) > > HTH! > -- > Hassan Schroeder ----------------------------- hassan@webtuitive.com > Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com > > dream. code. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > ------=_NextPart_000_0337_01C5F52E.4B055AB0--