Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 70683 invoked from network); 22 Aug 2008 17:01:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Aug 2008 17:01:09 -0000 Received: (qmail 44223 invoked by uid 500); 22 Aug 2008 17:01:07 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 44215 invoked by uid 500); 22 Aug 2008 17:01:07 -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 44199 invoked by uid 99); 22 Aug 2008 17:01:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2008 10:01:07 -0700 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: local policy) Received: from [98.136.44.43] (HELO n59.bullet.mail.sp1.yahoo.com) (98.136.44.43) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 22 Aug 2008 17:00:07 +0000 Received: from [216.252.122.217] by n59.bullet.mail.sp1.yahoo.com with NNFMP; 22 Aug 2008 16:58:17 -0000 Received: from [69.147.65.164] by t2.bullet.sp1.yahoo.com with NNFMP; 22 Aug 2008 16:58:17 -0000 Received: from [127.0.0.1] by omp409.mail.sp1.yahoo.com with NNFMP; 22 Aug 2008 16:58:16 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 989700.88287.bm@omp409.mail.sp1.yahoo.com Received: (qmail 40998 invoked by uid 60001); 22 Aug 2008 16:58:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=nts5lFqUQTAOzyn280j03/he8RFjRsgL8Nd6mSXiE9f6Lg334c+dbfr/k+s9lq8s1Spe5DnVicXisAj5lCs7kHMpApPDlgDQkwyvprcWvGEABTTJYCbvSOWyZamZlPTj0UBhsv3eASLhuIhVPsC2tlnnRCKT/FKLr5qdVXjjYpQ=; X-YMail-OSG: xGXIfGEVM1klOdQX4_WCK9EWqQ28imekpKoTSCB1hLBX__k2gYD6DP1L5iuxlHVrzkZDWJA9H7FtKSZnXUvcMchmDymfBgoCTCqxH3HYmFv1Cto7x_8.9fBp_h5O8j8- Received: from [57.69.27.29] by web46408.mail.sp1.yahoo.com via HTTP; Fri, 22 Aug 2008 09:58:16 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Fri, 22 Aug 2008 09:58:16 -0700 (PDT) From: Raymond Zhou Reply-To: raywang999@yahoo.com Subject: Re: axis2/c depending on openSSL To: Apache AXIS C Developers List In-Reply-To: <48AEB2EC.6030801@wso2.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-363491292-1219424296=:39870" Message-ID: <884012.39870.qm@web46408.mail.sp1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-363491292-1219424296=:39870 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Samisa, =A0 If I disable openSSL, then https won't work, right? I want both cases (http= and https) to work, but openSSL dlls are only needed when the ws call is t= hrough https. The purpose is that I don't want to re-distribute the openSSL= dlls in my product.=20 =A0 Thanks! Frank=A0=A0 --- On Fri, 8/22/08, Samisa Abeysinghe wrote: From: Samisa Abeysinghe Subject: Re: axis2/c depending on openSSL To: "Apache AXIS C Developers List" Date: Friday, August 22, 2008, 12:37 PM Raymond Zhou wrote: > Hi All, > =20 > I noticed that if I compile (in wondows) axis2/c with ssl-support=20 > enabled, the openSSL dlls (ssleay23.dll and libssl32.dll) have to be=20 > in class path in order for a web service client call to be executed=20 > properly, enen if the call is not using https/SSL. If the dlls are not=20 > in the path, I will get a error something like engine not loaded. IS=20 > THERE a way to compile the axis2/c differently so that the openSSL=20 > dlls are only needed when the ws client call uses https/SSL? > Disable OpenSSL in the build config file. Samisa... > =20 > Thanks! > Frank=20 > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com=20 > Version: 8.0.138 / Virus Database: 270.6.6/1625 - Release Date: 8/21/2008 6:04 AM > =20 --=20 Samisa Abeysinghe=20 Director, Engineering; WSO2 Inc. http://www.wso2.com/ - "The Open Source SOA Company" --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org =0A=0A=0A --0-363491292-1219424296=:39870 Content-Type: text/html; charset=us-ascii
Samisa,
 
If I disable openSSL, then https won't work, right? I want both cases (http and https) to work, but openSSL dlls are only needed when the ws call is through https. The purpose is that I don't want to re-distribute the openSSL dlls in my product.
 
Thanks!
Frank  

--- On Fri, 8/22/08, Samisa Abeysinghe <samisa@wso2.com> wrote:
From: Samisa Abeysinghe <samisa@wso2.com>
Subject: Re: axis2/c depending on openSSL
To: "Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
Date: Friday, August 22, 2008, 12:37 PM

Raymond Zhou wrote:
> Hi All,
>  
> I noticed that if I compile (in wondows) axis2/c with ssl-support 
> enabled, the openSSL dlls (ssleay23.dll and libssl32.dll) have to be 
> in class path in order for a web service client call to be executed 
> properly, enen if the call is not using https/SSL. If the dlls are not 
> in the path, I will get a error something like engine not loaded. IS 
> THERE a way to compile the axis2/c differently so that the openSSL 
> dlls are only needed when the ws client call uses https/SSL?
>

Disable OpenSSL in the build config file.

Samisa...

>  
> Thanks!
> Frank 
>
>
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com 
> Version: 8.0.138 / Virus Database: 270.6.6/1625 - Release Date: 8/21/2008
6:04 AM
>   


-- 
Samisa Abeysinghe 
Director, Engineering; WSO2 Inc.

http://www.wso2.com/ - "The Open Source SOA Company"


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


--0-363491292-1219424296=:39870--