ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

SSL

by Kay-Uwe (Kiwi) Lorenz (klorenz) Linux ALL Removed

SSL for Linux.

Details

Installs

  • Total 707
  • Win 0
  • Mac 0
  • Linux 707
Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
bitbucket.​org

SSL for Linux

I really, really miss the SSL package in Sublime Text and I always used external python installation for doing SSL requests.

For enabling other packages to use SSL, I re-distribute this part of great SFTP Package from Will Bond as single open source licensed package, which is permitted by him according to a post in Sublime Text User Echo.

Usage

SSL is only available after this SSL.py has been loaded. So you must import packages, which need SSL support rather in plugin_loaded() or locally in your functions than globally at start of your plugin.

If you really have to import your packages globally, you can try:

import some_package_using_ssl

def plugin_loaded():
    from imp import reload
    reload(some_package_using_ssl)

(Just an idea, I did not test this)

Changes

2014-03-15
Reload Package Control after SSL Package is Installed. (If package control did not work anymore, you had to disable SSL, restart and then you could use it.)

Author

Will Bond (http://wbond.net).


Redistributed by Kay-Uwe (Kiwi) Lorenz <kiwi@franka.dyndns.org> (http://quelltexter.org)

Support my work on Sublime Text Plugins: Donate via Paypal