Closed
Bug 37366
Opened 25 years ago
Closed 25 years ago
access through a squid proxy fails for ftp
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: ruairi.hickey, Assigned: mozilla)
References
()
Details
If I try access ftp sites when my ftp proxy is set I recieve a blank document.
I assume this is due to squid returning http pages to an ftp request. This
affects at least Windows and Linux (IE5 and lynx work correctly)
Comment 3•25 years ago
|
||
ruairi.hickey@usa.net - It could be that Squid doesn't work with HTTP 1.1. Set:
user_pref("network.http.proxy.keep-alive", false);
in prefs.js to turn off HTTP 1.1.
Does that improve matters?
Gerv
Gerv: that is incorrect! The correct pref-setting for switching off http/1.1 is
"network.http.version" If you have not set this then by default it will be
HTTP/1.0.
Reporter: is this still happening?
Squid doesn't work with 1.1, it's well known. The setting is
netwerk.http.version=1.0. 1.0 + proxy.keep-alive enabled will actually work.
This bug is invalid overall.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 8•25 years ago
|
||
Oh no you don't. :P
I've set http version to 1.0 in debug->network, AND I've edited
prefs.js in my profile directory and added "netwerk.http.version=1.0" to
the file.
So I have both "network.http.version=1.0" AND "netwerk.http.version=1.0" in that
file.
ftp still doesn't work. I enter ftp://ftp.mozilla.org (and hit return) and the
browser just sits there. Doesn't do anything. Same thing happens if I click on a
ftp link.
Reopening the bug.
Status: VERIFIED → REOPENED
Resolution: INVALID → ---
Comment 9•25 years ago
|
||
Furthermore, if we KNOW this is going to be a problem with squid, then we need
to add a checkmark box to the proxy pane in preferences, something like "I use
squid as my proxy" which will set the http version back down to 1.0
Comment 10•25 years ago
|
||
Is this bug in squid fixed in later versions? Can anyone point me to a maillist
archive or something for this, so I can ask people to upgrade?
OTOH, if this is widespread (and squid is fairly widespread), then would it be
possible to use HTTP/1.0 for all ftp proxy connections? This (and the related
bugs #50353, #33122) really need to be fixed, or autodetected.
This bug isn't the same as those two though - I get #50353 even if I disable all
proxies, until I restart mozilla with them disabled, and can't access local
sites which don't use the proxy - thats probably what jce2@po.cwru.edu is seeing
now. This bug is probably dependant on those.
Doesn't MSIE use HTTP/1.1? Does that hit the squid bug, or does it avoid it in
some way?
Comment 11•25 years ago
|
||
While some people may think Squid doesn't work with HTTP/1.1, it's just not true.
I can telnet to mine and feed it an ftp URL with all sorts of HTTP/1.1 headers,
and it always performs. More importantly, Squid proxies http URL's just fine; I
use it every day with Mozilla.
It's junkbuster that's busted.
| Assignee | ||
Comment 13•25 years ago
|
||
Try a tip build... a fix went in for proxy FTP late on the 6th.
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•