杨顶 wrote: >Hi: > I use squid 2.5 stable6 . Work on httpd-accelerator mode.and I use >--enable-ssl to make the squid.Then I set "https_port 443 >cert=/etc/squid/squid.pem" in squid.conf .Now my Squid can accept https >request.but when squid server recerve https request ,he connect the real >web server USE http. > My question is:how to configure squid to just 'tunelling' the https >request > > SSL support is not necessary on the proxy server for tunneling SSL, as it simply forwarding the data without processing it. (in a normal proxy configuration)
>Between brower and the real server ? >I haven't see any CONNECT method in access.log file. > > The CONNECT method is related to a normal proxy configuration, for a ssl httpd_accelerator see http://www.squid-cache.org/mail-archive/squid-users/200303/1040.html and a lot of responses from Henrik in the list. Emilio C.
