I am using squidGuard as the url redirector. Though is working fine
with normal http url but is not working for https url.
A strace for squidGuard process gives the out put as bellow
"http://www.mail2.com/ 192.168.15"..., 4096) =
52
time(NULL)
= 998062581
write(30, "2001-08-17 21:06:21 [821] Reques"..., 110) = 110
write(1, "http://127.0.0.1/perl/deny.pl 19"...,
60) = 60
read(0, "www.mail2.com:443 192.168.150.24"...,
4096) = 52
time(NULL)
= 998062591
write(30, "2001-08-17 21:06:31 [821] Reques"..., 110) = 110
write(1, "http://127.0.0.1/perl/deny.pl 19"...,
64) = 64
I.e. for a https url squid is not giving the entire url to the redirector
program and trying to connect to the output obtained from the redirector
program i.e. https://http.<mydomain>. ( from the redirect url it
is only taking first part i.e. http and appending my domain to it)
Reg.
Prasanta
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:42 MST