Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 19471 invoked from network); 28 Aug 2009 17:09:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Aug 2009 17:09:33 -0000 Received: (qmail 97312 invoked by uid 500); 28 Aug 2009 17:09:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 97247 invoked by uid 500); 28 Aug 2009 17:09:29 -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 97236 invoked by uid 99); 28 Aug 2009 17:09:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 17:09:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of prvs=14918F8073=dprez@ashland.edu designates 198.30.217.204 as permitted sender) Received: from [198.30.217.204] (HELO antispam.ashland.edu) (198.30.217.204) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 17:09:21 +0000 Received: from mail.ashland.edu (unverified [172.18.63.12]) by antispam.ashland.edu (Vircom SMTPRS 4.7.840.0) with ESMTP id for ; Fri, 28 Aug 2009 13:17:42 -0400 X-Modus-BlackList: 172.18.63.12=OK;dprez@ashland.edu=OK X-Modus-Trusted: 172.18.63.12=YES X-Modus-Audit: FALSE;0;0;0 Received: from ex-mb1.ad.ashland.edu ([172.18.63.12]) by ex-mb1.ad.ashland.edu ([172.18.63.12]) with mapi; Fri, 28 Aug 2009 13:08:58 -0400 From: Don Prezioso To: "users@tomcat.apache.org" Date: Fri, 28 Aug 2009 13:08:58 -0400 Subject: RE: SSL with multiple Tomcat instances Thread-Topic: SSL with multiple Tomcat instances Thread-Index: AcomupPNOnM+XlRCSoy9EVHrL/0pEQBR2Onw Message-ID: References: <4A8DE363.2050502@gmail.com><4A9330DC.2060505@gmail.com> <4A94ABD8.7060704@gmail.com> ,<4A95CB54.2030903@gmail.com> <4A95E94A.7060402@gmail.com> In-Reply-To: <4A95E94A.7060402@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Crypto Sal, Thank you so much!=20 That was apparently the problem. I got a new certificate from GoDaddy and o= nce it was installed webui ran with no problems. Thanks for all your help. Don -- Don Prezioso Director of Administrative I.T. Ashland University Ashland, Ohio -----Original Message----- From: Crypto Sal [mailto:crypto.sal@gmail.com]=20 Sent: Wednesday, August 26, 2009 10:03 PM To: users@tomcat.apache.org Subject: Re: SSL with multiple Tomcat instances Don, I think we found our culprit. (Java). The reason that "webadvisor"=20 works, because it functions like a true server, your browser is speaking=20 directly to the web server. "webui" is failing due to Java not trusting=20 the IPS root certificate (which doesn't exist by default in Java 3-6+)=20 Most people should have Java 5 or 6 installed, with some still using=20 Java3(rare) or Java4(some linux people and older Windows users).Java5 is=20 soon to be deprecated by Sun. As you may already know, Java compiling is=20 done client-side vs. server side for your applet. So all of your users=20 must have the IPS root installed in their instance of Java for this cert=20 to work. There's a way to do it, but it is not all that practical.=20 (adding root certs to Java on ALL clients, which may beyond your control) Your best bet is to go with a more ubiquitous Commercial CA (Comodo,=20 Versign, Thawte, GoDaddy, etc.), which would be ones that extend much=20 further than Web Browsers. Java's default cert store is in a file called=20 "ca-certs", which is located in the security folder of where java=20 resides. A simple "locate cacerts" will reveal its locate on the server.=20 >From here you can do a "keytool -v -list -keystore PATH_TO_KEYSTORE >=20 OUTPUT_FILE ", keystore pass is "changeit", by default. Multiple=20 versions of Java can exist on the same machine, if you would like to see=20 which CAs are more ubiquitous for your installation. --Sal --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org