Sublime download error: HTTP exception InvalidCertificateException
dguzzo opened this issue · 2 comments
dguzzo commented
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.
dguzzo commented
Fixed by changing the downloader_precedence
to prioritize curl
in Package Control Settings - User
wbond/package_control#1220 (comment)