mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Remove explicit add of tls 1.2
This commit is contained in:
parent
ea6ce639d2
commit
ca1b9e42b8
1 changed files with 0 additions and 3 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue