Answers for "powershell could not create ssl/tls secure channel"

1

invoke-webrequest ssl

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest -Uri https://apod.nasa.gov/apod/
Posted by: Guest on September-29-2020

Code answers related to "powershell could not create ssl/tls secure channel"

Browse Popular Code Answers by Language