Connecting to Wordfence servers (https) with IPv6
-
I have been exploring the option of running a server with only IPv6 connectivity, hosting WordPress and Wordfence, all behind Cloudflare for acceleration and IPv4-to-IPv6 connection proxying.
Wordfence is showing the error: “Last rules update for the Wordfence Web Application Firewall was unsuccessful.” The issue seems to be that my IPv6-only server running Wordfence tries to connect to noc1.wordfence.com, which is IPv4-only, and my server cannot reach it.
The diagnostics page in Wordfence Tools shows an error in “wp_remote_post() test to noc1.wordfence.com failed! Response was: cURL error 7: Failed to connect to noc1.wordfence.com port 443 after 2 ms: Couldn't connect to serve
“. Connecting back to this site and connecting back to this site via IPv6 work since they go through Cloudflare.Would it be possible to provide IPv6 access for Wordfence rules updates?
dig noc1.wordfence.com
; <<>> DiG 9.18.30-0ubuntu0.24.04.2-Ubuntu <<>> noc1.wordfence.com
...
;; QUESTION SECTION:
;noc1.wordfence.com. IN A
;; ANSWER SECTION:
noc1.wordfence.com. 24 IN A 54.148.171.133
noc1.wordfence.com. 24 IN A 52.25.185.95
noc1.wordfence.com. 24 IN A 35.83.41.128
...
- You must be logged in to reply to this topic.