Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 64557 invoked from network); 11 Dec 2009 19:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Dec 2009 19:43:09 -0000 Received: (qmail 12147 invoked by uid 500); 11 Dec 2009 19:43:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 12077 invoked by uid 500); 11 Dec 2009 19:43:05 -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 12066 invoked by uid 99); 11 Dec 2009 19:43:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 19:43:05 +0000 X-ASF-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adrya.stembridge@gmail.com designates 209.85.219.220 as permitted sender) Received: from [209.85.219.220] (HELO mail-ew0-f220.google.com) (209.85.219.220) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 19:43:03 +0000 Received: by ewy20 with SMTP id 20so975236ewy.0 for ; Fri, 11 Dec 2009 11:42:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=iMfeSA1kTQJy6a+RYRmN97vMDPk9xh4bXEAeJZZLqFI=; b=LOKjCfVocFCHEHP8hbMGsJHiIqjqyUU/rqzle6Qsp/As1TXBPZs9iFpmkOROOJtIUO n+QvC+0Eli/c0ZxyHq1CKkXyfxzevymuSyazjRlqCJyaZvJdcWv1bkB3nYqsBhWIn86G qmPpWr4BROLiuLis/9KGIXAps6NSNSaP83sH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=R34ClMmx7wV++kqiw1RRjZvOGx7ssj6QMXm1cR3TwfTW96QpXdp1BMxx+gqaMMhkZ9 /B8Kb2JMxoHw7oHC65kTPwLMXjHvV+9hJd5usrp098+EdqLtYQDiFchwwxs5I7/A15vV pq8YLCxRTHu8NWNKcANNVZQMyQcouE7R5V6KA= MIME-Version: 1.0 Received: by 10.216.90.212 with SMTP id e62mr765474wef.26.1260560562114; Fri, 11 Dec 2009 11:42:42 -0800 (PST) In-Reply-To: <4B22340B.3040707@pidster.com> References: <4B22340B.3040707@pidster.com> Date: Fri, 11 Dec 2009 14:42:41 -0500 Message-ID: Subject: Re: New to Tomcat -- SSL From: Adria Stembridge To: Tomcat Users List , pid@pidster.com Content-Type: multipart/alternative; boundary=0016e6d7e88785d0d4047a792069 --0016e6d7e88785d0d4047a792069 Content-Type: text/plain; charset=ISO-8859-1 Should the port redirects for Connector 8080 and 8009 also be changed to 443? a On Fri, Dec 11, 2009 at 6:59 AM, Pid wrote: > On 11/12/2009 11:47, Adria Stembridge wrote: > >> I'm setting up a standalone instance of Tomcat with SSL. Tomcat5 is >> installed on the RHEL5 box and the sample pages load fine. I created a >> csr >> using keytool and requested a certificate from Verisign. After this is >> imported (I'm waiting on delivery from verisign), how would I configure >> Tomcat to route traffic from http://domain.com:8443 to https://domain.com >> ? >> Thank you. >> >> > Tomcat 5.5 or Tomcat 5.0? The latter is no longer supported. > > Change the port of the Connector from 8443 to 443, assuming you have root > rights (required to configure a port below 1024). > > > > p > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --0016e6d7e88785d0d4047a792069--