Dear Sir, I have been testing setup Squid for SSL apache which is listening port 443 on localhost.
I tried to rebuild squid with --enable-ssl, and it worked out. However, the result that squid connects to apache using http internally was not useful for me because php didn't know it is 80 or 443. browser <-- https request --> Squid reverse proxy(eth0) <-- SSL --> apache (localhost) Is it possible making Squid passthrough or tunnel ssl to localhost directly ? Best regards, Wah
