Re: [users@httpd] HTTPS forward proxy caching not working

2016-08-28 Thread rwebb
As far as I know, unless you are acting as a man-in-the middle type caching where you are decrypting and re-encrypting the https on the proxy, you cannot cache httsp. The https is an encrypted stream so there is no way to cache the object as apache cannot see them. Robert On Sun, 28 Aug 2016

[users@httpd] HTTPS forward proxy caching not working

2016-08-28 Thread aRaviNd
I am trying to configure forward proxy with caching but caching is only working for http not for https. Below is the configuration ProxyRequests On ProxyVia On ProxyPreserveHost On CacheEnable disk http:// CacheEnable disk https:// CacheDefaultExpire 3600 CacheRoot