Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

High Prio: Unable to generate ReleaseNotes due to "SSL/TLS secure channel" exception #111

Closed
@StefH

Description

@StefH

I noticed that I was unable to generate release-notes for my project (https://github.com/WireMock-Net/WireMock.Net)

When debugging the source code from GitReleaseNotes, I got an exception:

The request was aborted: Could not create SSL/TLS secure channel.

exception

I could solve this by adding this line at the beginning of Program.cs.

ServicePointManager.SecurityProtocol = ServicePointManager.SecurityProtocol | SecurityProtocolType.Tls12;

Is this a known problem ?

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