From 6ea6bad0656cc7c57b3627b527ea92831ce0ab96 Mon Sep 17 00:00:00 2001 From: lordmilko Date: Thu, 6 Aug 2020 12:41:02 +1000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1490d375..c678f384 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ If you have both the nuget.org and PowerShell Gallery package sources installed Install-Package PrtgAPI -Source PSGallery ``` +If you are using Windows PowerShell, due to the PowerShell Gallery now requiring TLS 1.2 you may need to manually specify to use TLS 1.2 in order to install or update PrtgAPI + +```powershell +[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 +``` + ### Manual 1. Download the [latest build](https://ci.appveyor.com/api/projects/lordmilko/prtgapi/artifacts/PrtgAPI.zip)