PSResourceGet
PSResourceGet copied to clipboard
PowerShellGet 3.0/PowerShellGallery should work with legacy TLS
We should add this to 3.0 interaction with the Gallery and incorporate legacy TLS into our testing:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
We are also considering adding a warning to update to TLS 1.2 instead
@alerickson is there a way to check if the issue is caused by the TLS issue and then be able to send a warning/error messaged based on that?