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
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 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5
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