On Tue, 19 Apr 2005, Joost de Heer wrote:
cache_peer_access xxx.xxx.xxx.yyy allow HTTPS cache_peer_access xxx.xxx.xxx.yyy deny all cache_peer_access xxx.xxx.xxx.xxx deny HTTPS cache_peer_access xxx.xxx.xxx.xxx allow all
But this isn't working: https-requests are still sent to the default parent.
I assume it's possible to use an acl based on the CONNECT method, but why doesn't the above work as expected?
Correct.
This because proxied HTTPS requests is not using the HTTPS protocol identifier to the proxy, only as a CONNECT method indicating that the browser wishes to exchange some data with a server on a specific port.
Regards Henrik