Separating HTTP and HTTPS content with WordPress, Varnish, and an SSL terminator?
I know this is a rather old question but I’ll leave my findings in case someone else needs to make this work. Your approach helped me implement a similar setup. In order for Varnish to keep a separate cache for http and https versions of the same page you simply need to add the X-Forwarded-Proto … Read more