Question
How to configure Ssl termination with HAProxy when using varnish + apache?
I have varnish + apache on my ubuntu vps. I want to enable ssl certificates on my server but i don’t want to remove varnish. How do i configure that haproxy terminates ssl connections and forward the real visitor ip to apache?
I want:
Client => Haproxy => Varnish => Apache
I would like that all requests get redirected to HTTPS.
Thank you and happy holidays.
Arjon
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×