Ignoring Certificate Errors

You can ignore SSL Certificate errors in Web Service request using the following command on the Proxy instance:

loProxy.oService.IgnoreCertificateErrors()

This operation affects .NET globally for the application and disables certificate errors on all connections. All certificate errors are ignored when this option is set.

Note it's recommended that you don't use this option but rather figure out whatever the certificate problem is and get it rectified. Certificates are there for a reason, and ignoring errors is not a great way of dealing with security issues. Please use this option with care.


© West Wind Technologies, 2004-2020 • Updated: 09/29/15
Comment or report problem with topic