Thanks. It worked. Now i am able to communicate with the server using https.
I have done changes like :
from:
#define SOAP_SSL_DEFAULT(SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION
| SOAP_SSLv3_TLSv1)
to:
#define SOAP_SSL_DEFAULT SOAP_SSL_NO_AUTHENTICATION
in stdsoap2.h. Once we have the pro
Hello,
[EMAIL PROTECTED] wrote on 04/11/2008 12:20:12 PM:
> Thanks for the response. this was useful.
> Now I got the readable message as : *** error:14090086:SSL
> routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
>
> I have checked this & server certificate is expired. As this is
Thanks for the response. this was useful.
Now I got the readable message as : *** error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I have checked this & server certificate is expired. As this is an internal
server for us, so as of now i want to ignore this error &
Hello,
[EMAIL PROTECTED] wrote on 04/11/2008 06:05:31 AM:
> Thanks for the reply. I really appreciate it ! I have tried initializing
the library,
> but still facing same problem.
> - Is there anyway to decode the error string "error:0001::lib(0)
:func(0) :reason
> (1)", to find out what is
Thanks for the reply. I really appreciate it ! I have tried initializing the
library, but still facing same problem.
- Is there anyway to decode the error string "error:0001::lib(0)
:func(0) :reason(1)", to find out what is actually going wrong ? means what
does reason(1) stands here for ?
- Is
Hello,
> I am facing some problem when trying to use a https service.
SSL_connect() is failing
> with error -1 (in stub code ...generated using gsoap ... code snippet
below), which
> means some fatal error occured at the protocol level or connection
failure occured.
> Further getting the SS
Hello,
I am facing some problem when trying to use a https service. SSL_connect()
is failing with error -1 (in stub code ...generated using gsoap ... code
snippet below), which means some fatal error occured at the protocol level
or connection failure occured. Further getting the SSL error code (