Click here to Skip to main content
15,867,453 members
Articles / Web Development / IIS
Alternative
Tip/Trick

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.3K   1  
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)


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

Comments and Discussions

 
-- There are no messages in this forum --