PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

package download failing with securityprotocol(demanding ssl3)

Open mganeshphani opened this issue 5 years ago • 0 comments

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?

mganeshphani avatar Apr 22 '20 17:04 mganeshphani