Hi all, I am trying to use Squid 2.5S4 with a redirector script in order to redirect https requests for site1 to site2.
/client -- (https://site1) --> Squid --- (https://site2) ---> origin server / Is it possible ? I can do it with http requests, but https does not seem to work. This is a copy of my redirector.pl I have read that "ssl=1" will work, but it wont. #!/usr/bin/perl $|=1; while (<>) { [EMAIL PROTECTED]://[EMAIL PROTECTED]://funciona.casa.ar@; <-works [EMAIL PROTECTED]://[EMAIL PROTECTED]://[EMAIL PROTECTED]@; <- doesnt work [EMAIL PROTECTED]://[EMAIL PROTECTED]://nofunca2.casa.ar@; <- doesnt work print; } Please, any help will be appreciated. Thanks Galle
