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 773faf4 commit ad2a744Copy full SHA for ad2a744
prtgshell.psm1
@@ -1539,7 +1539,7 @@ function New-PrtgSnmpCpuLoadSensor {
1539
function HelperSSLConfig {
1540
[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}
1541
[System.Net.ServicePointManager]::Expect100Continue = {$true}
1542
- [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::ssl3
+ [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls
1543
}
1544
1545
function HelperHTTPQuery {
0 commit comments