Click here to Skip to main content
15,895,746 members
Articles / Web Development / IIS

Bypass and Restore SSL Certificate Validation in VB.NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
8 Feb 2012CPOL 11.4K   1  
Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
30 Jan 2012Robby Tendean 1 alternative  
How to bypass SSL certificate validation checking and restore it

License

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


Written By
Software Developer
Belgium Belgium
IT Technicien, IT Support,.NET Developer

Comments and Discussions