Sublime Forum

[SOLVED] [Package Control] SSL error downloading from Github

#1

When attempting to install SublimeCodeIntel via Package Control in ST3 (latest beta) It fails. Looking in the console, I get:

Package Control: Error downloading package. The signature of the certificate can not be verified. (errno -2146869244) during HTTP write phase of downloading https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6+st3.zip.

Does anyone know why this is happening? I’m running on Windows, 32-bit. Thanks for any insight.

0 Likes

#2

Solved the problem. It requires copying system32/rsaenh.dll and system32/crypt32.dll from another system and running them through regsvr32 and now that troublesome SHA256 bit cert verifies properly and so I was able to install SublimeCodeIntel viaPackage Control just fine :smile:

0 Likes