Sublime Forum

Package Control SSL Error Dialog

#1

When I am starting Sublime Text, I am getting a very large error message (I cannot even see the OK button on my MacBook Pro 15") from Package Control having problems with SSL, as per the attached screen shot. How do I find out what is causing that?

0 Likes

Package Control Error executing: /usr/bin/security dump-trust-settings -d
#2

github.com/wbond/package_control/issues/1002

0 Likes

#3

This might actually be 2 completely conflicting designs even.

From the docs:
https://packagecontrol.io/news
Heading:
Backwards Compatibility Breaks
For users who have a custom SSL CA certs, please note that any custom certs must now be stored in Packages/User/Package Control.user-ca-bundle. This mechanism replaces the old certs setting. In general this should not be necessary since Package Control now utilizes OS certificate stores for CA certs.

Security
SSL CA certificates are now 100% sourced from the OS.

…As I read that…Some pieces use the OS Keystore, and others use the App bundled Keystore? Amy I crazy?

0 Likes

#4

FWIW, I ended up navigating to my Application Support folder, and inserting the Self Signed CA that is trusted by my machine keystore, and now I’m able to talk to the package control again.

cat MyCAChain.pem >> ~/Library/Application Support/Sublime Text 3/Packages/User/Package\ Control.user-ca-bundle
restart sublime text

0 Likes