icinga-powershell-framework/lib/web/Set-IcingaTLSVersion.psm1

5 lines
102 B
PowerShell
Raw Normal View History

function Set-IcingaTLSVersion()
{
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11";
}