Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 6094 invoked from network); 16 Dec 2009 04:05:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Dec 2009 04:05:49 -0000 Received: (qmail 42866 invoked by uid 500); 16 Dec 2009 04:05:47 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 42127 invoked by uid 500); 16 Dec 2009 04:05:45 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 41736 invoked by uid 99); 16 Dec 2009 04:05:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 04:05:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 04:05:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D8FE29A0017 for ; Tue, 15 Dec 2009 20:05:18 -0800 (PST) Message-ID: <857216386.1260936318381.JavaMail.jira@brutus> Date: Wed, 16 Dec 2009 04:05:18 +0000 (UTC) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2C-1180) SSL Communication and the CA certificate In-Reply-To: <504090921.1212702165174.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] S.Uthaiyashankar reassigned AXIS2C-1180: ---------------------------------------- Assignee: S.Uthaiyashankar (was: Senaka Fernando) > SSL Communication and the CA certificate > ---------------------------------------- > > Key: AXIS2C-1180 > URL: https://issues.apache.org/jira/browse/AXIS2C-1180 > Project: Axis2-C > Issue Type: Bug > Components: transport/http > Affects Versions: 1.3.0 > Reporter: Frank Huebbers > Assignee: S.Uthaiyashankar > Fix For: 1.7.0 > > > I'm trying to get SSL communication going with Axis2/C for our application. To this end, I have followed the instructions from the manual, i.e., > http://ws.apache.org/axis2/c/docs/axis2c_manual.html#ssl_client > So far, I have configured the axis2.xml file to add the transportReceiver and transportSender and I am using the server's certificate (as explained in the manual using openssl to get the certificate) to set the SERVER_CERT parameter in the axis2.xml file. With this setup, everything works fine for me. > Now, I have to mention that I'm not interested in SSL client authentication. All I'm interested in is that the communication between the client and our servers is encrypted. So, what I have not been able to do is get rid of the step of setting the SERVER_CERT parameter as i receive an error in http_sender.c stating that "status_code < 0". > I'm thus wondering whether it's possible to not set the SERVER_CERT parameter (and I believe that this should be possible) and, if so, how I could accomplish this task. > Frank -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.