jassmith87 wrote:It would be much nicer to just have the ssl build enabled inside of sublime, or have an install time option even...
From my understanding the reason Jon does not do that is because there are a handful of different versions of OpenSSL floating around. I presume there is no good way to build the _ssl.so against multiple versions in a sane build process, especially since I don't think you can have multiple versions of libssl installed at the same time. I had to fire up multiple different virtual machines and build the ssl extension on all of them and then copy them all back and write some custom import code to get it all to work.