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