daaain/Handlebars

Sublime download error: HTTP exception InvalidCertificateException

dguzzo opened this issue · 2 comments

While attempting to download in Sublime Text 2.0.2 (via Command Palette > Package Control: Install Package), I get an alert dialog and the following error in the console:

Package Control: Error downloading package. HTTP exception InvalidCertificateException (Host codeload.github.com returned an invalid certificate ([SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590))) downloading https://codeload.github.com/daaain/Handlebars/zip/master.
error: Package Control

Unable to download Handlebars. Please view the console for more details.

Screen Shot 2020-04-25 at 9 41 17 AM

Fixed by changing the downloader_precedence to prioritize curl in Package Control Settings - User
wbond/package_control#1220 (comment)

looks like #50 had a different solution to the same/similar problem