Hey guys!
I'm doing some tests with lsrecaptcha so we can protect wordpress admin page from bots, and when I was testing with only OLS, everything worked great. However, the moment I put nginx in front of OLS as reverse proxy, the captcha is never triggered. It seems the request is always accepted and the page loads fine.
Unfortunately we must have a nginx in front of OLS -always-, so removing nginx is not an option.
Is it possible to use lsrecaptcha behind a proxy? Maybe I should change some env variable?
I'm already using the useIpInProxyHeader so the correct REMOTE_ADDR is set on OLS.
Thanks!
I'm doing some tests with lsrecaptcha so we can protect wordpress admin page from bots, and when I was testing with only OLS, everything worked great. However, the moment I put nginx in front of OLS as reverse proxy, the captcha is never triggered. It seems the request is always accepted and the page loads fine.
Unfortunately we must have a nginx in front of OLS -always-, so removing nginx is not an option.
Is it possible to use lsrecaptcha behind a proxy? Maybe I should change some env variable?
I'm already using the useIpInProxyHeader so the correct REMOTE_ADDR is set on OLS.
Thanks!