Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 60932 invoked from network); 9 Jul 2004 02:40:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jul 2004 02:40:30 -0000 Received: (qmail 12874 invoked by uid 500); 9 Jul 2004 02:40:06 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 12853 invoked by uid 500); 9 Jul 2004 02:40:06 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 12838 invoked by uid 99); 9 Jul 2004 02:40:06 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received: from [66.33.216.24] (HELO smarty.dreamhost.com) (66.33.216.24) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 08 Jul 2004 19:40:03 -0700 Received: from strange.dreamhost.com (strange.dreamhost.com [66.33.193.57]) by smarty.dreamhost.com (Postfix) with ESMTP id 4F8D013F614 for ; Thu, 8 Jul 2004 19:39:57 -0700 (PDT) Received: by strange.dreamhost.com (Postfix, from userid 7734) id 23F8F6A8FF; Thu, 8 Jul 2004 19:39:58 -0700 (PDT) Date: Thu, 8 Jul 2004 21:39:58 -0500 From: QM To: Tomcat Users List Subject: Re: Tomcat 4.1.30 + SSL = Problems Message-ID: <20040709023958.GA32398@strange.dreamhost.com> References: <689DE60AFD3D1C45B7F20A2AF8D8D7E9E157EC@hydra.rws.local> <40EDE839.5080601@ddai.net> <20040709013520.GF20658@angryfish.infosec.its.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040709013520.GF20658@angryfish.infosec.its.utexas.edu> User-Agent: Mutt/1.3.28i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N : > Use https://... instead of http://... : : Wow, if only I'd held off a few more minutes on my mail; thanks, this : was my problem as well. Is there a reason there's not a more legible : error? The server expects to complete an SSL-enabled handshake before your HTTP-level request makes it to Tomcat proper. Since you don't issue the GET/POST to Tomcat in this case, it certainly can't generate an HTTP-level error page in response. Sniff the connection and you'll see. The "four squares" are likely your brower's approximation of the non-ASCII chars it received from the server when attempting a handshake. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org