From ca1b9e42b8b7eeee3b16886acbc0ab601ec24caa Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 2 Apr 2020 01:58:36 +0200 Subject: [PATCH] Remove explicit add of tls 1.2 --- windows-installer/auto-update.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows-installer/auto-update.ps1 b/windows-installer/auto-update.ps1 index 419152242..c3cd66ab9 100644 --- a/windows-installer/auto-update.ps1 +++ b/windows-installer/auto-update.ps1 @@ -7,9 +7,6 @@ process { $logName = "CertbotAutoUpdate" $eventID = 1 - # Ensure to use TLS 1.2+ for HTTPS exchanges. - [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 - New-EventLog -Source $eventSource -LogName $logName -ErrorAction SilentlyContinue function Write-Message($message, $level = "Information") {