Skip to content

Commit ad2a744

Browse files
committed
Update prtgshell.psm1
adjusted default securityprotocoltype from tls to ssl3
1 parent 773faf4 commit ad2a744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prtgshell.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ function New-PrtgSnmpCpuLoadSensor {
15391539
function HelperSSLConfig {
15401540
[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}
15411541
[System.Net.ServicePointManager]::Expect100Continue = {$true}
1542-
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::ssl3
1542+
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls
15431543
}
15441544

15451545
function HelperHTTPQuery {

0 commit comments

Comments
 (0)