mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 15:19:58 -05:00
5 lines
102 B
PowerShell
5 lines
102 B
PowerShell
|
|
function Set-IcingaTLSVersion()
|
||
|
|
{
|
||
|
|
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11";
|
||
|
|
}
|