Issue from Twitter: https://twitter.com/bchavez/status/974374196724736000 Following up with more details. This happens when a PR title is clicked in our GitHub pane. This appears to be the same as #1532. ### How to fix The important steps for me were: * Ensure [`KB3140245`](http://www.catalog.update.microsoft.com/search.aspx?q=kb3140245) is installed. * Ensure the [`EasyFix`](https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in#easy) is applied. * Also set `DefaultSecureProtocols` to `0x00000800`: ``` HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp ``` Confirmed by @bchavez https://github.com/github/VisualStudio/issues/1539#issuecomment-374698526
Issue from Twitter:
https://twitter.com/bchavez/status/974374196724736000
Following up with more details. This happens when a PR title is clicked in our GitHub pane.
This appears to be the same as #1532.
How to fix
The important steps for me were:
KB3140245is installed.EasyFixis applied.DefaultSecureProtocolsto0x00000800:Confirmed by @bchavez #1539 (comment)