Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 4614 invoked from network); 1 Dec 2005 15:00:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 15:00:54 -0000 Received: (qmail 76825 invoked by uid 500); 1 Dec 2005 15:00:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 76802 invoked by uid 500); 1 Dec 2005 15:00:37 -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 76791 invoked by uid 99); 1 Dec 2005 15:00:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 07:00:37 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.63.108.52] (HELO usbb-lacimss2.unisys.com) (192.63.108.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 07:02:04 -0800 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.43]) by usbb-lacimss2 with InterScan Messaging Security Suite; Thu, 01 Dec 2005 10:14:38 -0500 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.44]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Dec 2005 10:00:12 -0500 Received: from USRV-EXCH1.na.uis.unisys.com ([129.225.81.6]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Dec 2005 10:00:12 -0500 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by USRV-EXCH1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Dec 2005 09:00:12 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: SSL Certificate Beginner Question Date: Thu, 1 Dec 2005 09:00:09 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SSL Certificate Beginner Question Thread-Index: AcX2cCCpiivdVfpCSESJ2oYyFA2cewAEXgKg From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 01 Dec 2005 15:00:12.0260 (UTC) FILETIME=[EDEBD240:01C5F687] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > From: Paul Singleton [mailto:paul@jbgb.com]=20 > Subject: Re: SSL Certificate Beginner Question >=20 > David Wall wrote: > >=20 > > ...if the user accesses your site with http://xxxx,=20 > > the port 80 Connector (or 8080 if testing or using a=20 > > non-standard port) has a "redirectPort" element that=20 > > causes Tomcat to automatically issue a redirect using=20 > > https://xxxx >=20 > Are you sure? I thought redirectPort was only useful for > redirecting _https_ requests which were sent to the wrong port... Don't know if he's sure or not, but he is correct. If the deployment descriptor has transport-guarantee set to CONFIDENTIAL, Tomcat automatically switches the request to https. See section 12.8 of the servlet spec. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org