How do I get Sublime Text 2 package manager to use my proxy? How do I get Sublime Text 2 package manager to use my proxy? linux linux

How do I get Sublime Text 2 package manager to use my proxy?


You do not need the http:// part. For example:

"http_proxy": "proxy.my.net:8080","https_proxy": "proxy.my.net:8080",

At least, this works for me, on Ubuntu and on Windows also.


The first time, I was able to sort out problems with Package Manager by using HTTP instead of HTTPS, as in

http://alensiljak.blogspot.co.at/2012/11/setting-up-portable-sublime-text-2.html

The default setup seem to respect the system proxy settings and work through the proxy without explicitely setting "http_proxy", "proxy_username", and "proxy_password".

Hopefully this helps.

More details on various settings at (for the record, as you've already referred to these):

http://wbond.net/sublime_packages/package_control/settings

Note: This applies to Windows version. I keep the Linux version in the same directory but can't confirm the behaviour currently.


Adding the following in Package Control.sublime.settings worked for me on Windows 7.

{ "auto_upgrade_last_run": 1345569476, "http_proxy": "user_name:password@<proxy-name>:<proxy_port>"}