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
Description
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.
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
Labels
No labels