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

Error initializing Wakatime: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. #13

Closed alexvremja closed 5 years ago

alexvremja commented 5 years ago

Hi! I'm sure I've done the installing procedure in the correct way but in logs I have this:

2018-09-14 19:35:52.3064|INFO|WakaTime.Logger|Initializing WakaTime v1.0.3 2018-09-14 19:35:53.0935|ERROR|WakaTime.Logger|Error initializing Wakatime: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at System.Net.WebClient.DownloadFile(Uri address, String fileName) at System.Net.WebClient.DownloadFile(String address, String fileName) at WakaTime.Downloader.DownloadCli(String url, String dir) at WakaTime.WakaTime.OnConnection(Object application, ext_ConnectMode connectMode, Object addInInst, Array& custom)

using ssms 2014

can suggest the reason

jnickle commented 5 years ago

Any follow up on this error? I'm finding the same exact message in my log file. In addition, I'm greeted with a popup upon restarting SQL Server that reads:

"Let's download and install python now?"

I click yes/install. yet nothing happens. SQL Server opens, no attempt to request my API Key, and the log file states same message as alexvrmja above.

jnickle commented 5 years ago

I've installed python 3.7 (64bit) on Windows 10. Restarted SQL Server and still get the same "Let's download and install python now?" pop up ....

jnickle commented 5 years ago

Anyone ? Do I need a different version of Python installed?

joseetmanuel commented 5 years ago

It seems that it is in windows 10 the error to enable the ssl 2.0, has anyone tried to install it in w7?

alexvremja commented 5 years ago

I'm Using Windows Server 2012 R2, therefore probably problem is with whole Windows OSs

gandarez commented 5 years ago

Just released a new version to support v2012+

Download and follow the instructions https://github.com/gandarez/ssms-wakatime/releases/tag/v2.0.0