TLS changed to 1.3

TLS changed to 1.3 # 544
This commit is contained in:
hama3254 2022-10-15 16:45:01 +02:00
parent c8d816c95b
commit e0bd03a39c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -429,7 +429,7 @@ Public Class Main
Catch ex As Exception
End Try
ServicePointManager.Expect100Continue = True
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls13
Try
Me.Icon = My.Resources.icon
Catch ex As Exception