https://bugzilla.novell.com/show_bug.cgi?id=298378#c1 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |werner@novell.com --- Comment #1 from Peter Poeml <poeml@novell.com> 2007-08-08 06:28:43 MST --- Which version of openSUSE was this observed on? This is a bug in python, I think, which has already been fixed (bug 214983). It should not be reproducible on Factory or 10.3 Alphas. root@cherry ~ # python -c "import urllib2; urllib2.urlopen('https://www.sf.net').read()" root@cherry ~ # https_proxy=http://localhost:3128 python -c "import urllib2; urllib2.urlopen('https://www.sf.net').read()" /usr/lib/python2.5/urllib2.py:662: RuntimeWarning: urllib can't handle https proxies, your https_proxy setting will not work proxies = getproxies() root@cherry ~ # Can you confirm that? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.