https://bugzilla.novell.com/show_bug.cgi?id=732886 https://bugzilla.novell.com/show_bug.cgi?id=732886#c7 --- Comment #7 from Kasimir Mueller <Kasimir.Mueller@t-online.de> 2011-12-02 17:41:42 UTC --- (In reply to comment #5)
I tried to reproduced this with our internal proxy and I could not.
YaST setup /root/.curlrc which is what both my logs and your logs are using.
The difference starts in this line:
2011-12-01 09:46:05 <1> linux-v3uk(4844) [zypp++] MediaCurl.cc(log_curl):111 * About to connect() to proxy 10.141.21.13 port 3128 (#0) 2011-12-01 09:46:05 <1> linux-v3uk(4844) [zypp++] MediaCurl.cc(log_curl):111 * Trying 10.141.21.13... 2011-12-01 09:46:05 <1> linux-v3uk(4844) [zypp++] MediaCurl.cc(log_curl):111 * connected 2011-12-01 09:46:05 <1> linux-v3uk(4844) [zypp++] MediaCurl.cc(log_curl):111 * The requested URL returned error: 503 2011-12-01 09:46:05 <1> linux-v3uk(4844) [zypp++] MediaCurl.cc(log_curl):111 * Closing connection #0
You are getting 503 Service Unavailable. I tried changing the credentials to wrong ones or removing them gives me 407.
With this information we can assume: - libzypp is reading proxy info from .curlrc - It identifies the proxy correclty (connected line) - It seems to not be a problem of credentials (error code)
Can you try curl on the command line as root?
curl and wget work wonderful ! curl http://download.opensuse.org/update/12.1/repodata/repomd.xml displays the file on screen -- 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.