Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / IIS

Bypass and Restore SSL Certificate Validation in VB.NET

5.00/5 (1 vote)
8 Feb 2012CPOL 11.6K  
Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)

Looks like what I use!


VB
ServicePointManager.ServerCertificateValidationCallback =
            New RemoteCertificateValidationCallback(Function() True)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)