Skip to content

Commit 3fd0059

Browse files
author
attdevsupport
committed
VB SSL fix
1 parent 76787f6 commit 3fd0059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RESTFul/CMS/Vb/app1/Default.aspx.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Partial Public Class CallControl_App1
9898
''' <param name="e">Event that invoked this function</param>
9999
Protected Sub Page_Load(sender As Object, e As EventArgs)
100100
Try
101-
!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(AddressOf CertificateValidationCallBack)
101+
'ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(AddressOf CertificateValidationCallBack)
102102

103103
Me.BypassCertificateError()
104104
Dim ableToRead As Boolean = Me.ReadConfigFile()

0 commit comments

Comments
 (0)