.net - SoapHttpClientProtocol disable ssl certificate validation -
i need tell c# soap web service consumer not validate certificate , accept it. possible?
why: publish https-only web service. client needs consume has kind of firewall/proxy (websense?) certificate make fail validation. @ point don't know details of what does, customer appears ok forfeiting benefits of ssl, i'm looking workaround.
http://blog.jameshiggs.com/2008/05/01/c-how-to-accept-an-invalid-ssl-certificate-programmatically uses servicepointmanager.servercertificatevalidationcallback
disable certificate validation.
see "the remote certificate invalid according validation procedure." using gmail smtp server similiar question same answer.
Comments
Post a Comment