When a site use a reverse proxy (after the CDN) and https, the restored client IP makes the system fail to detect https properly. As a result, page cache breaks - but that was just one symptom of the problem as generally the system fails do detect secure requests since the remote address is not the remote address of the reverse proxy.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | d8_cloudflare.patch | 768 bytes | fago |
Comments
Comment #2
fagoComment #3
fagoAbove simple patch fixes the problem for me.
Comment #4
kmoll commentedI have also just run into this issue. I've tested the patch and it works.
Comment #5
kmoll commentedComment #6
timmillwoodThis has been RTBC for 8 months, can it be committed?
Comment #8
vijaycs85Sorry for the delay and thank for the patch, reviews.