Skip to content

Could not create SSL/TLS secure channel. #31

Open
@orenbouni

Description

@orenbouni

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions