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

2021-02-09 Thread Ali Mohsin
Try activating ssl without the plugin. Change the url in wordpress settings. On Tue, 9 Feb 2021, 5:32 PM Rainer Duffner, wrote: > It’s setup this way, because haproxy can’t really do vhosts and sometimes > you need to limit access per vhost. > > OTOH, haproxy can do restrictions on a per-url bas

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

2021-02-09 Thread Rainer Duffner
It’s setup this way, because haproxy can’t really do vhosts and sometimes you need to limit access per vhost. OTOH, haproxy can do restrictions on a per-url basis much better (IMO) than Nginx. There are up to several hundred vhosts there and sometimes you want to limit stuff on any one of them

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