Forum Discussion
Anoop Kv
Apr 09, 2020Copper Contributor
WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/.....' is not valid
Hello, I was trying install the PowerShell Module to a server and getting error message with not valid url. Debug log attached. PS C:\windows\system32> Install-Module SharePointPnPPowerSh...
- Apr 15, 2020
Anoop Kv, using TLS 1.2 fixed the issue for me. please reference this:
https://community.spiceworks.com/topic/2265662-powershell-get-download-problem
Jijo_Joseph
Nov 26, 2020Copper Contributor
TLS 1.2 fixed the issue for me. please find reference site
To Fix TLS issue: run below command...
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
- Seth_ColemanAug 25, 2021Copper ContributorAwesome, that worked for me, thank you!
- Boyan2165Dec 09, 2020Copper Contributor