Hi the page caching works with my stack (nginx-custom, nginx-helper installed and configed) when its on http; but when I turned on ssl it the nginx access log shows BYPASS on every requests.
Can anyone point out where I should start looking to make page caching work with SSL?
Update: turns out it’s the http auth stopping nginx from generating page cache. Anyone know if there is a way to get around this?