Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 74979 invoked from network); 9 Apr 2002 18:29:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Apr 2002 18:29:02 -0000 Received: (qmail 20633 invoked by uid 97); 9 Apr 2002 18:28:50 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 20617 invoked by uid 97); 9 Apr 2002 18:28:49 -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 20606 invoked from network); 9 Apr 2002 18:28:49 -0000 From: "Rich" To: Subject: SSL communications using mod proxy Date: Tue, 9 Apr 2002 14:30:19 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I'm trying to secure my webapp via SSL. I'm running Tomcat Version 4.0 behind Apache 1.3.12. Apache and Tomcat communicate via mod_proxy as shown in http://jakarta.apache.org/tomcat/tomcat-4.0-doc/proxy-howto.html Apache has been compiled with mod_ssl, and SSL communications with apache appear to work correctly. Additionally, my webapp is secured via several blocks. In each constraint I have the following: CONFIDENTIAL I also put the correct redirect port in the http connector section of server.xml, e.g. redirectPort="443" So my webapp works fine, until I add the . With that constraint, I get: Apache Tomcat/4.0.1 - HTTP Status 500 - description The server encountered an internal error (/ttapp/reserve/manager) that prevented it from fulfilling this request. Strangely enough, there are no errors or exceptions reported in any of the log files??? After searching through the archives, it sounds like this sort of configuration (apache with ssl sitting in front of tomcat) has only been done with the warp connector. Is my only recourse to use mod_webapp? Or should I be able to get this to work with mod_proxy? Any insight would be greatly appreciated. Many thanks, Rich -- To unsubscribe: For additional commands: Troubles with the list: