From users-return-135268-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Wed Nov 02 09:49:30 2005 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 67588 invoked from network); 2 Nov 2005 09:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Nov 2005 09:49:30 -0000 Received: (qmail 79733 invoked by uid 500); 2 Nov 2005 09:49:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 79716 invoked by uid 500); 2 Nov 2005 09:49:13 -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 79695 invoked by uid 99); 2 Nov 2005 09:49:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 01:49:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of smironov@gmail.com designates 64.233.184.197 as permitted sender) Received: from [64.233.184.197] (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 01:49:08 -0800 Received: by wproxy.gmail.com with SMTP id i22so32674wra for ; Wed, 02 Nov 2005 01:48:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mlqXvHpS5WWzRVtOZWUq9tFWB2upFJyyWMcgPc6IYksQ9K6FIleedo8SOwbr01KivJ8/ZTBDg2UuWEoXzbq+eIkXt9W7wzz5kO6ymKbdvRZVFKVYAEfavkNP9N1LC9UR4fkhjMEGDaevezMQYPXPfI0EZHeCVPjAacSH7I4o/CQ= Received: by 10.54.40.62 with SMTP id n62mr1865559wrn; Wed, 02 Nov 2005 01:48:51 -0800 (PST) Received: by 10.54.115.18 with HTTP; Wed, 2 Nov 2005 01:48:51 -0800 (PST) Message-ID: <4a846a3a0511020148p755efb71k@mail.gmail.com> Date: Wed, 2 Nov 2005 12:48:51 +0300 From: Stanislav Mironov To: users@tomcat.apache.org Subject: Tomcat 5.5.12 and SSL - https doesn't work MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello All! I have upgraded Tomcat to 5.5.12 from 5.5.9. Now link https://host:8443 hangs forever trying to get response and http://host:8443 returns correct plain html page without SSL. So SSL actually doesn't work at all. My server.xml related to SSL is: Keystore file presents in right place, keystore password is correct. I create keystore this way: "keytool -genkey -alias tomcat -keyalg RSA -validity 365 -keystore conf/ssl/keystore.jks" Similar config file works pretty good for tomcat 5.5.9. What's happened to SSL? -- Stanislav Mironov --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org