https://bugzilla.novell.com/show_bug.cgi?id=326208 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=326208#c6 --- Comment #6 from Jon Nelson <jnelson-suse@jamponi.net> 2008-10-28 08:35:25 MDT --- I'm not sure when it stopped working, but the suggestion in Comment 5 no longer works!
From the strace (grepping for Pragma)
6291 read(5, "header \"Pragma:\"\n", 8191) = 17 6291 sendto(6, "GET http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_11.0/repo... HTTP/1.1\r\nProxy-Authorization: Basic Og==\r\nUser-Agent: ZYpp 4.27.3 (curl 7.18.1)\r\nHost: download.opensuse.org\r\nPragma: no-cache\r\nAccept: */*\r\nProxy-Connection: Keep-Alive\r\nIf-Modified-Since: Thu, 01 Jan 1970 00:00:00 GMT\r\n\r\n", 320, MSG_NOSIGNAL, NULL, 0) = 320 Furthermore, why it is it sending Proxy-Authorization at all? The proxy does not require auth! The string Og== decodes to a ':' (sans quotes) which means no username and no password. Some proxies would get confused at the presence of a Proxy-Authorization header if one has not been requested. Clearly the request is using If-Modified-Since (with the WRONG DATE). What is going on here? Using the squid option (NOT recommended) "reload_into_ims on" I was able to correct the bad curl (and zypp) usage but it's a total kluge. -- 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.