[squid-users] URL bad rewritten using directive "deny_info"
Amos Jeffries
squid3 at treenet.co.nz
Fri Jan 27 03:47:27 UTC 2017
On 26/01/2017 1:00 a.m., javier.sanchez wrote:
>
> Hi all.
>
>
> I using squid 3.4.8 over Debian as reverse proxy in order to protect
> with SSL some of our servers.
>
<snip>
>
> How can I solve that? Is this a bug or something that can be solved
> changing configuration.
Please try the Debian backports package of the 3.5 version.
If the issue remains, then you may have to use url_rewrite_program with
a helper to do the redirection instead of deny_info.
Have the helper produce the same 301:https://... URLs that deny_info
should have, and the http_access to allow HTTP traffic.
That helper interface is a bit slower but will definitely work.
Amos
More information about the squid-users
mailing list