Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 98117 invoked from network); 24 Jan 2008 18:21:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2008 18:21:35 -0000 Received: (qmail 30840 invoked by uid 500); 24 Jan 2008 18:21:18 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 30827 invoked by uid 500); 24 Jan 2008 18:21:18 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 30816 invoked by uid 99); 24 Jan 2008 18:21:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 10:21:18 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of davidkdu@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 18:20:52 +0000 Received: by nf-out-0910.google.com with SMTP id e27so51059nfd.28 for ; Thu, 24 Jan 2008 10:20:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=u4X3ZURJYJm/m2Hp2LJtwmZyjlbk/KmuhumgexhcC1E=; b=RwsxxuGAR5+hAZH3uF/o060ll8OOCZoCCAoTbk6OEVtHPWXan4rKTScN+aKevUtPZxvNluqsygsPTrBI9w5k96tl8SQB3GHPlKJD9Y8n8b+lIR+wE5i1vYnYK60qdCzjBOJgpg38CyJ4sNZtNzPz5PaHZhnUoe9eNcnvXfvztsE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Yl5lAR08SeKg1NIQahwccnouOv4TEtyrX0Y3zkK/pnVvRlBsrVZzcwhksgen9WSE6cGahfU1EUhhcSl+aBGb92SUZB43/2S6OlghnqnNDBkOjQ9lLhAYEjG+2I4o52nqy64Ix/FOLfFSyikKUxZiAQuoU74sFPEPs0by8e8MllU= Received: by 10.78.129.16 with SMTP id b16mr1409852hud.39.1201198857025; Thu, 24 Jan 2008 10:20:57 -0800 (PST) Received: by 10.78.184.3 with HTTP; Thu, 24 Jan 2008 10:20:57 -0800 (PST) Message-ID: Date: Thu, 24 Jan 2008 13:20:57 -0500 From: "dd du" To: axis-user@ws.apache.org Subject: HTTP SSL connection problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27490_13459133.1201198857021" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_27490_13459133.1201198857021 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, all, I have deployed an Axis2 Webservice onto a web server, it worked well on the HTTP connection, after I configured my web server to use HTTP SSL, my other web applications worked, but I cannot even access the axis2 happyAxis.jsp or index.jsp page by using: https://localhost:443/axis2/axis2-web/index.jsp, my web service client could not access my web service and throw exception: org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden. So do I need to configure anything for Axis2? like in axis2.xml file? since I saw some configurations about https or keystores for transportsender and transportreceiver are commented out. Thanks in advance for your help Dave ------=_Part_27490_13459133.1201198857021 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

Hi, all,
I have deployed an Axis2 Webservice onto a web server, it worked well on the HTTP connection, after I configured my web server to use HTTP SSL, my other web applications worked, but I cannot even access the axis2 happyAxis.jsp or index.jsp page by using: https://localhost:443/axis2/axis2-web/index.jsp, my web service client could not access my web service and throw exception: org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden.


So do I need to configure anything for Axis2? like in axis2.xml file? since I saw some configurations about https or keystores for transportsender and transportreceiver are commented out.

Thanks in advance for your help
Dave

------=_Part_27490_13459133.1201198857021--