Return-Path: Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: (qmail 70056 invoked from network); 4 Jun 2010 00:22:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Jun 2010 00:22:17 -0000 Received: (qmail 63447 invoked by uid 500); 4 Jun 2010 00:22:17 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 63419 invoked by uid 500); 4 Jun 2010 00:22:17 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 63409 invoked by uid 99); 4 Jun 2010 00:22:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 00:22:16 +0000 X-ASF-Spam-Status: No, hits=-1496.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 00:22:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o540LuWe006464 for ; Fri, 4 Jun 2010 00:21:56 GMT Message-ID: <21913831.171731275610916294.JavaMail.jira@thor> Date: Thu, 3 Jun 2010 20:21:56 -0400 (EDT) From: "nadir amra (JIRA)" To: c-dev@axis.apache.org Subject: [jira] Created: (AXIS2C-1481) SSL support should not be ifdef'ed out MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 SSL support should not be ifdef'ed out -------------------------------------- Key: AXIS2C-1481 URL: https://issues.apache.org/jira/browse/AXIS2C-1481 Project: Axis2-C Issue Type: Improvement Components: transport/http Reporter: nadir amra Currently in the HTTP transport code, one needs to build the source if one wants SSL to be enabled, and provide the SSL library since this appears to be statically(?) bound to the code. SSL support in the Axis2/C should not be ifdef'ed. It should always be enabled. If the SSL library (e.g. OpenSSL) is not there, then we should log an error but I do not think we should have to recompile code to add SSL support. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org