Sublime Forum

How do I disable self-signed cert checks?

#1

I have an issue at work where my company uses it’s own certificate for ssl traffic.

I can fix this same issue is atom with “strict-ssl=false”.

Another example of a fix is when using hex I can set “hex_unsafe_https=1”.

What is the equivalent option in Sublime Text 3 for Linux?

0 Likes

#2

I was able to solve the problem by pasting the contents of the cert that is trusted by my company into “/home/username/.config/sublime-text-3/Packages/User/Package\ Control.user-ca-bundle”.

0 Likes

#3

This is definitely the correct answer!

There is no way to disabled SSL checks in Package Control on purpose, because there should always be a better way to accomplish dealing with a network containing a MITM cert. Also, just because there is one MITM cert, doesn’t mean you want to be MITM’ed by everyone. :smile:

1 Like