Re: SSL configuration question

2009-10-04 Thread Selvaratnam Uthaiyashankar
/apachectl startssl >> >> cd /home/gbs/axis2c/axis2c-src-1.6.0/samples/client/echo >> >> ./echo http://64.232.245.115/axis2/services/echo >> Using endpoint : http://64.232.245.115/axis2/services/echo >> >> Sending OM : >> xmlns:ns1="http://ws.apache

Re: SSL configuration question

2009-10-03 Thread gsherwood
!Received OM : Hello World!echo client invoke SUCCESSFUL! -- Forwarded Message: -- From: Selvaratnam Uthaiyashankar To: Apache AXIS C User List Subject: Re: SSL configuration question Date: Sat, 03 Oct 2009 12:42:21 + hi George, It seems, make is not compiling

Re: SSL configuration question

2009-10-03 Thread Selvaratnam Uthaiyashankar
M : xmlns:ns1="http://ws.apache.org/axis2/c/samples";>Hello > World! > > echo client invoke SUCCESSFUL! > > ./echo https://64.232.245.115:443/axis2/services/echo > Using endpoint : https://64.232.245.115:443/axis2/services/echo > > Sending OM : xmlns:ns1="

Re: SSL configuration question

2009-10-02 Thread Selvaratnam Uthaiyashankar
4 (0x00111000) >     libz.so.1 => /usr/lib/libz.so.1 (0x00d2d000) >     libdl.so.2 => /lib/libdl.so.2 (0x001fb000) >     libc.so.6 => /lib/tls/libc.so.6 (0x0030e000) >     /lib/ld-linux.so.2 (0x00859000) >     libneethi.so.0 => /usr/local/axis2c/lib/lib

Re: SSL configuration question

2009-10-02 Thread gsherwood
f000)    libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x0026e000)    libcom_err.so.2 => /lib/libcom_err.so.2 (0x00dc4000)    libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00f18000)    libresolv.so.2 => /lib/libresolv.so.2 (0x00f68000) -- Forwarded Message:

Re: SSL configuration question

2009-10-01 Thread Selvaratnam Uthaiyashankar
in/sh ./configure '--prefix=/usr/local/axis2c' > '--enable-openssl=yes' '--with-apache2=/usr/local/apache2/include' > --cache-file=/dev/null --srcdir=. > > The diff command showed this config.log to be identical to that of the > previous configure a

Re: SSL configuration question

2009-10-01 Thread gsherwood
entical to that of the previous configure attempt.I appreciate your help with this.George -- Forwarded Message: -- From: Selvaratnam Uthaiyashankar To: Apache AXIS C User List Subject: Re: SSL configuration question Date: Thu, 01 Oct 2009 03:02:18 + Hi, It seems

Re: SSL configuration question

2009-09-30 Thread Selvaratnam Uthaiyashankar
Hi, It seems Axis2/C engine (client side) is not configured with --enable-openssl=yes. Is there any errors when you configure? Can you configure with --enable-openssl=yes again and see? Regards, Shankar On Sun, Sep 27, 2009 at 8:14 AM, wrote: > I have been using axis2c-src-1.6.0 for a few days

SSL configuration question

2009-09-26 Thread gsherwood
I have been using axis2c-src-1.6.0 for a few days with an existing service running Red Hat EL 4.7 and Apache2 httpd-2.0.63. Axis2/C is deployed as an Apache2 module. The samples and hello work with http transport, but I have not run https successfully with axis2 yet. The problem appears to be