Hi there,
We are already using the haproxy service, where also SSL Termination happens.
Is it possible to forward the traffic from haproxy to the webproxy (for caching) without enable SSL Interception on Webproxy side?
thanks an best regards,
Michael
There is probably another caching software like https://varnish-cache.org/ (https://varnish-cache.org/) or NGINX for such reasons.
NGINX can be installed and configured via the CLI. There is some doc about caching: https://www.nginx.com/blog/nginx-caching-guide/ (https://www.nginx.com/blog/nginx-caching-guide/)
thanks Fabian!