SoapHttpClientProtocol disable ssl certificate validation

Posted by MK on Stack Overflow See other posts from Stack Overflow or by MK
Published on 2010-04-28T15:47:16Z Indexed on 2010/05/10 10:44 UTC
Read the original article Hit count: 918

Filed under:
|
|

I need to tell my C# soap web service consumer to not validate the certificate and just accept it. Is this possible?

Why: we publish a https-only web service. A client needs to consume it but has some kind of firewall/proxy (WebSense?) which does something to the certificate to make it fail validation. At this point I don't even know the details of what it does, but the customer appears to be ok with forfeiting the benefits of SSL, so I'm looking for a workaround.

© Stack Overflow or respective owner

Related posts about soap

Related posts about .NET