Re: SSL mode flags - verification of certificates: is it safe to use "none"?

2012-09-27 Thread David William
Hi Dave, Thank you very much. You just answered all my questions. That helped a lot!! Regards, David William On Tue, Sep 25, 2012 at 9:15 PM, Dave Thompson wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of David William > >Sent: Tuesday, 25 September, 2012 07:07 > > >I am writing

RE: SSL mode flags - verification of certificates: is it safe to use "none"?

2012-09-25 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of David William >Sent: Tuesday, 25 September, 2012 07:07 >I am writing a soap request and I am using SSL_VERIFY_NONE flag mode >because that was the only way that I could actually do the request >to the server. >I tried the others mode flags (SSL

SSL mode flags - verification of certificates: is it safe to use "none"?

2012-09-25 Thread David William
Hi, I am writing a soap request and I am using SSL_VERIFY_NONE flag mode because that was the only way that I could actually do the request to the server. I tried the others mode flags (SSL_VERIFY_PEER, SSL_VERIFY_FAIL_IF_NO_PEER_CERT and SSL_VERIFY_CLIENT_ONCE) but none of them worked. I got the