Closed GoogleCodeExporter closed 8 years ago
Is this still an issue? If so, please first try the latest code. If it is
still an issue after that, then please provide very detailed instructions on
how to reproduce the issue. Thank you.
Original comment by dmoore4...@gmail.com
on 5 Feb 2011 at 1:50
Just tried again with r308. Same problem.
Here's what I did:
iptables -t nat -A OUTPUT -p tcp --dport 80 -m owner --uid-owner proxy -j ACCEPT
iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-ports 3128
This forces all port 80 traffic, except traffic that came from user "proxy", to
port 3128.
In squid.conf, I set:
http_port 3128 transparent
The same error is present in syslog.
I was doing some research, and discovered this link:
http://gionn.net/how-circumvent-417-expectation-failed-behind-squid-proxy
It appears that squid sometimes has trouble with AWS; nothing to do with s3fs.
Adding the line
ignore_expect_100 on
to squid.conf fixes the problem, with no changes required in s3fs.
You can close this. Thanks
Original comment by mikeage
on 5 Feb 2011 at 5:51
Thank you for the follow up and information. Marking this one done.
Original comment by dmoore4...@gmail.com
on 7 Feb 2011 at 4:07
Original issue reported on code.google.com by
mikeage
on 4 Jun 2009 at 1:49