Re: wordpress with Nginx + fastcgi_cache with ssl but behind haproxy

2021-02-08 Thread Ali Mohsin
Hi, normally when I get infinite loop with ssl, its usually because of redirection of http to https. Sometimes front proxy (cloudflare or haproxy) is expecting simple http traffic and it gets https traffic and vice versa. Also check your wordpress settings and its url. Try changing it. And why are

wordpress with Nginx + fastcgi_cache with ssl but behind haproxy

2021-02-08 Thread Rainer Duffner
Hi, I have an interesting problem. I have apache behind Nginx behind haproxy. SSL is terminated with haproxy (because haproxy can load all certificates from a single directory, and because some rate-limiting stuff is easier with haproxy). This makes using Let’s Encrypt easier. Sometimes, I wa