Open
Description
Hi, I got this error message when running the PS script - "**Could not create SSL/TLS secure channel"
After some research on the internet and thanks to Dr. BING I was able to solve the error with this line entered after the Param declaration
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
got this thanks to ZitRos - denoland/deno_install#51
Metadata
Metadata
Assignees
Labels
No labels