Everything had been working fine but now Cloudflare seems to be blocking ReCaptcha on my website preventing elementor forms from being submitted with a connection to recaptcha error. If I go to development mode, then everything works fine again. This is actually now happening only on all my websites using Cloudflare. The non-Cloudflare websites seem to work fine.
Is there a rule set I can enter? Specifically what would it be?
And yes I tried turnstiles plugin for wordpress but it has way too many bugs at this stage.
The other thing to investigate is if you’re blocking elementor. My theory was elementor forgot I’m user 123 because my IP is not restored and hence I get the challenge again. It could be simply that the elementor IP is being blocked, you should be able to see that in your firewall activity logs, https://dash.cloudflare.com/?to=/:account/:zone/firewall. If so, you’d create a rule to allow those IP via the cf dash. That is probably an easier approach and may be worth investigating first.
So, I verified all the rule sets with elementor tech and I have them correct.
I also verified that Wordpress rules were also correct.
I followed the article for doing restoring Ip’s using mod_remoteip
AND…
one minute it works
and gthen the next captcha says it cannot connect
Let’s try to rule out the firewall by temporarily disabling the Firewall in the Cloudflare Dashboard. Navigate to Firewall > Settings > Firewall settings > Security Level, then set it to “Essentially Off.” This is not a permanent solution, but it will help figure out if the Firewall is the cause of the issue.
Some ideas in those threads, but you’re not running APO so I suspect it is something with the wordpress configuration, similar issue reported on a wordpress site
So I have CF rules as follows (just omitting site url here)
Disable Security, Cache Level: Bypass, Disable Performance for /xmlrpc.php
URL/?elementor_library=
URL/elementor
URL/wp-admin/*
URL/quote-list/*
I also have white listed the server IP as well as the dedicated website IP
So on the site that is having the issue -
If I send the form and get the connection error and try again the connection error continues
If I leave the form for 15 minutes and try again it goes through
So some weird time out or reset period?