PowerShellGallery
PowerShellGallery copied to clipboard
package download failing with securityprotocol(demanding ssl3)
in our organization we had to set following before installing modules on server [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
is it possible to support SSL3?