Skip to content
This repository has been 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 opened this issue Mar 4, 2018 · 7 comments

Comments

@StefH
Copy link
Contributor

StefH commented Mar 4, 2018

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 ?

@GeertvanHorrik
Copy link
Contributor

Github recently deprecated one of the TLS types. This should probably be updated in this component. Interested in doing a PR?

@gep13
Copy link
Member

gep13 commented Mar 5, 2018

@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.

@StefH
Copy link
Contributor Author

StefH commented Mar 5, 2018

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 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
@StefH
Copy link
Contributor Author

StefH commented Mar 5, 2018

PR Created

@StefH
Copy link
Contributor Author

StefH commented Sep 22, 2018

issue is solved

@StefH StefH closed this as completed Sep 22, 2018
@stunney
Copy link

stunney commented Oct 26, 2018

Is this posted to chocolatey.org yet?

@StefH
Copy link
Contributor Author

StefH commented Oct 26, 2018

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants