We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76787f6 commit 3fd0059Copy full SHA for 3fd0059
RESTFul/CMS/Vb/app1/Default.aspx.vb
@@ -98,7 +98,7 @@ Partial Public Class CallControl_App1
98
''' <param name="e">Event that invoked this function</param>
99
Protected Sub Page_Load(sender As Object, e As EventArgs)
100
Try
101
- !ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(AddressOf CertificateValidationCallBack)
+ 'ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(AddressOf CertificateValidationCallBack)
102
103
Me.BypassCertificateError()
104
Dim ableToRead As Boolean = Me.ReadConfigFile()
0 commit comments