Hi I have a server at home which is running apache on port 80 and 443 for http and https, and also sshd on port 22. I have also installed squid and tried to configure it to allow CONNECT requests to sshd so I can tunnel ssh connections to that specific machine from the internet via proxies, and then to also allow reverse proxy requests to the machine on 443 for the web site. It seems that I can configure squid to allow CONNECT on https_port by omitting the accel/vhost/vport options, but when I do that it won't serve the pages from the web site. Is it possible to configure squid to accept CONNECT requests and act as a reverse proxy on the same port? The problem I have is that I want to use the standard port for https, and the proxy I am behind when I want to use ssh only allows CONNECT requests to port 443, but at the moment it seems like I can do one or the other. Is that by design, or can I configure it to do what I want? Thanks Matt -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/https-port-as-reverse-proxy-and-allow-CONNECT-tp3296767p3296767.html Sent from the Squid - Users mailing list archive at Nabble.com.