Re: SSL_connect failing with error -1

2008-04-11 Thread Dan Ribe
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

Re: SSL_connect failing with error -1

2008-04-11 Thread Marek . Marcola
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

Re: SSL_connect failing with error -1

2008-04-11 Thread Dan Ribe
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 &

Re: SSL_connect failing with error -1

2008-04-11 Thread Marek . Marcola
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

Re: SSL_connect failing with error -1

2008-04-10 Thread Dan Ribe
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

Re: SSL_connect failing with error -1

2008-04-10 Thread Marek . Marcola
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

SSL_connect failing with error -1

2008-04-10 Thread Dan Ribe
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 (