wakatime / ssms-wakatime

SQL Server Management Studio plugin to quantify your coding with automatic time tracking and metrics about your programming. https://wakatime.com
BSD 3-Clause "New" or "Revised" License
41 stars 19 forks source link

Use TLS 1.2 for downloading #11

Closed hbbq closed 6 years ago

hbbq commented 6 years ago

The plugin crashed for me when trying to download the WakaTime CLI. The problem was that the download didn't use TLS 1.2. The change I made forces the connections to be made with TLS 1.2.

gandarez commented 6 years ago

merged PR, thanks!