On 25/07/2014 9:09 p.m., max wrote: > Hey there, > i'm wondering is it possible to change the protocol of Squid error Pages? > > For Example: > > When squid redirects to "deny_info 307:ERR_BLOCK" the request is made in > http but i want to use https. > Is that possible? > I am not able to use https://somedomain because of dynamic content on > the Error Page. You answered your own question right there. The 307 code is just an instruction for the client to fetch a different URL - the one following the ':' in deny_info parameter. That can be any valid URI. Including https:// ones. Dynamic content in the page that deny_info URL presents has nothing to do with Squid. Amos