This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
High Prio: Unable to generate ReleaseNotes due to "SSL/TLS secure channel" exception #111
Comments
Github recently deprecated one of the TLS types. This should probably be updated in this component. Interested in doing a PR? |
@StefH @GeertvanHorrik this happened recently in GitReleaseManager as well. The fix in that case was here: GitTools/GitReleaseManager#106 I imagine that it would be similar for GitReleaseNotes. |
The fix in GitReleaseManager looks 100% the same as I did as work-around for this project. I'll create a PR and in the meantime if you need a fix, you could download the fixed binary from https://github.com/WireMock-Net/WireMock.Net/blob/master/GitReleaseNotes.exe |
StefH
changed the title
Unable to generate ReleaseNotes due to "SSL/TLS secure channel" exception
High Prio: Unable to generate ReleaseNotes due to "SSL/TLS secure channel" exception
Mar 5, 2018
PR Created |
issue is solved |
Is this posted to chocolatey.org yet? |
Not yet I believe. However since a few weeks the functionality seems broken. Maybe related to #121 ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
I could solve this by adding this line at the beginning of
Program.cs
.Is this a known problem ?
The text was updated successfully, but these errors were encountered: