rprouse / GitHubExtension

A visual studio extension for interacting with GitHub.
MIT License
34 stars 10 forks source link

GitHub Requires TLSv1.2 #141

Open DelmerJohnson-MHS opened 6 years ago

DelmerJohnson-MHS commented 6 years ago

The following error occurs in the Application Event Log when trying to sync with GitHub. "A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 70." GitHub now requires TLSv1.2. GitHub permanently disabled TLSv1 and TLSv1.1 on Feb. 22, 2018. Visual Studio was listed as a known incompatible client. I suspect this extension is also incompatible. I cannot connect on two different machines on different networks that previously connected.

rprouse commented 6 years ago

Thanks, I will see if I can get an update out soon.