Sublime Forum

Update SSL version bundled with Sublime Text 3

#1

I wrote a plugin that syncs the files to a remote server through WebDAV and until recently it worked fine.
Now the servers where I’m uploading those files to have disabled SSL versions lower then TLSv1.1 and it looks like the Python version bundled with ST3 doesn’t have support for this.

Only following versions seems to be supported: ‘PROTOCOL_SSLv2’, ‘PROTOCOL_SSLv23’, ‘PROTOCOL_SSLv3’, ‘PROTOCOL_TLSv1’

While on my local installation of Python 2.7.10 and Python 3.4.3 the following versions are supported ‘PROTOCOL_SSLv23’, ‘PROTOCOL_SSLv3’, ‘PROTOCOL_TLSv1’, ‘PROTOCOL_TLSv1_1’, ‘PROTOCOL_TLSv1_2’.

Can we get an updated version of Python bundled with ST3?

0 Likes

#2

I would like to second this.
The problem affects everyone who works with the aforementioned server upload (which belongs to a eCommerce platform system). Currently we use a tool from the platform vendor, or custom Ant-, Grunt- or other jobs and plugins to do the job. Having this integrated into Sublime Text via plugin (as created by dnis) would be great!

So please update the bundled python version!

0 Likes