Sublime Forum

System proxy support in OSX lion

#1

It looks like the system-wide http and https proxy settings in OSX lion are being ignored.

Tested using beta build 2139

Steps to reproduce:

open a command

paste in:

import urllib2,os;urllib2.urlopen(‘http://www.google.com’).read()

wait for timeout.

(The above works fine on windows with the http proxy set network wide).

0 Likes