lib/web/Set-IcingaTLSVersion.psm1

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