Return-Path: X-Original-To: apmail-axis-java-user-archive@www.apache.org Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2ED9F785E for ; Tue, 23 Aug 2011 23:46:52 +0000 (UTC) Received: (qmail 73425 invoked by uid 500); 23 Aug 2011 23:46:50 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 73325 invoked by uid 500); 23 Aug 2011 23:46:49 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 73316 invoked by uid 99); 23 Aug 2011 23:46:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 23:46:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.123.70.50] (HELO jamm11.jammconsulting.com) (206.123.70.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 23:46:42 +0000 Received: from neilhp (pool-71-96-130-152.dfw.dsl-w.verizon.net [71.96.130.152]) (authenticated bits=0) by jamm11.jammconsulting.com (8.13.8/8.13.8) with ESMTP id p7NNkK0X031805 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 23 Aug 2011 18:46:21 -0500 From: "Neil Aggarwal" To: Subject: Https forbidden, but it should be terminated by httpd Date: Tue, 23 Aug 2011 18:46:03 -0500 Organization: JAMM Consulting Inc Message-ID: <611B5A0DC7104F6FA7370F71253FA985@neilhp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 x-mimeole: Produced By Microsoft MimeOLE V6.00.2900.5994 Thread-Index: Acxh7tGOpEUM3QT9QKKG2/ZHhdPF7Q== Hello all: I am creating a web service using Axis2. I have httpd in front with the JK connector to push web services to Tomcat. I do not have SSL configured on Tomcat since httpd handles that. When I try to download a WSDL using this url: https://myserver.com/myapp/services/MyService?WSDL I get an error: Https forbidden Axis 2 should not even know about https since httpd is connecting to it using the AJP connector and not https. Any ideas what could have happened? Thanks, Neil -- Neil Aggarwal, (972)834-1565, http://UnmeteredVPS.net/centos Virtual private server with CentOS 5.5 preinstalled Unmetered bandwidth = no overage charges --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org