vue-storefront-api icon indicating copy to clipboard operation
vue-storefront-api copied to clipboard

How to set up varnish with ssl termination

Open ArieRym opened this issue 5 years ago • 1 comments

1.) How to install varnish correctly, configure, are there any ready-made configuration files for varnish and how to run correctly? Description here https://github.com/new-fantastic/vsf-cache-varnish doesn't fit / doesn't work 2.) Do I need to install HAPROXY for HTTPS termination, if so, where can I have instructions on how to work together Vue Storefront Varnish

ArieRym avatar Jul 31 '20 10:07 ArieRym

Varnish does not support HTTPS termination, so you should install Nginx or haproxy for SSL traffic decryption, and after that send traffic to varnish

northdakota avatar May 30 '22 22:05 northdakota