Sublime Forum

Can't install any packages

#1

I realized like a week ago that I cannot install any new packages via Package Control. I tried everything even reinstalling sublime, while cleaning all files ~/Library/Application Support/ everything. Still the same problem. Any ideas?

`ignored packages updated to: [“Emmet”, “Vintage”]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
Package Control: Error downloading package. HTTP exception InvalidCertificateException (Host codeload.github.com returned an invalid certificate ([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548))) downloading https://codeload.github.com/sergeche/emmet-sublime/zip/master.
error: Package Control

Unable to download Emmet. Please view the console for more details.
ignored packages updated to: [“Vintage”]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings`

0 Likes

#2

Looks like a proxy issue.

0 Likes

#3

What does that mean?

0 Likes

#4

You are most likely behind some proxy that rewrites the secure connection to packagecontrol.io and replaces the TLS cert with a custom-signed one. You’ll need to add the proxy’s CA cert to your user accepted certificate list, so that Package Control will trust the connection. See also the troubleshooting section.

0 Likes