Public bug reported:

Binary package hint: squid3

I'm trying to setup a ordinary transparent proxy with squid3.
I've installed squid3 and squid3-common, changed the squid.conf to "http_port 
3128 transparent" and allowed my network to connect, and then created a 
iptables rule like this:
iptables -I PREROUTING -t nat -p tcp -s my_ip --dport 80 -j DNAT --to-dest 
squid_ip:3128

All I got it's:

-------------------------------------------------------------------------------------------------------------------
* Invalid URL
Some aspect of the requested URL is incorrect. Possible problems:
    * Missing or incorrect access protocol (should be `http://'' or similar)
    * Missing hostname
    * Illegal double-escape in the URL-Path
    * Illegal character in hostname; underscores are not allowed
Your cache administrator is webmaster.
-------------------------------------------------------------------------------------------------------------------

If I setup my browser to connect directly to squid, it works like a charm.
Any idea?

** Affects: squid3 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Transparent proxy not working in squid3
https://bugs.launchpad.net/bugs/240782
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to