Scan doesnt start
-
Diagnostic shows this:
- Connecting to Wordfence servers (https)OK
- Connecting back to this sitewp_remote_post() test back to this server failed! Response was:
200 OKThis additional info may help you diagnose the issue. The response headers we received were:View Additional Detail - Connecting back to this site via IPv6 (not required; failure to connect may not be an issue on some sites) (opens in new tab)wp_remote_post() test back to this server failed! Response was: cURL error 7: Failed to connect to domain.com port 443 after 0 ms: Couldn’t connect to server
But I added the server IP in cloudflare allow list and I can succesfully curl my website from the server (curl https://domain.com)
How else I can check that it cannot connect? Which headers and path it uses to test it? So I can emulate request and see it myself.
In additional data it shows this, which looks like some cookie is being set by my hosting:
HTTP/1.1 200 OK
Date: Sun, 15 Sep 2024 00:10:02 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
CF-Cache-Status: DYNAMIC
Report-To: {“endpoints”:[{“url”:”https:\/\/a.nel.cloudflare.com\/report\/v4?s=KHPVQT9LjkejzT8khkvNEMMzJfNz%2B%2FcJ1B%2FosCvqP0cx0UuW7JBbhbXDHPBnIv8ydaD7O5HgCt0OBcmBHVJN6srrw8kZgsQIq%2Buo3gqArAMN1wGBxKdYttoGC4ro3lu6kAW%2FdAF1zw%3D%3D”}],”group”:”cf-nel”,”max_age”:604800}
NEL: {“success_fraction”:0,”report_to”:”cf-nel”,”max_age”:604800}
Server: cloudflare
CF-RAY: 8c3464369c137b33-DME
Content-Encoding: br
alt-svc: h3=”:443″; ma=86400
<html><head><script>function set_cookie(){var now = new Date();var time = now.getTime();time += 19360000 * 1000;now.setTime(time);document.cookie=’beget=begetok’+’; expires=’+now.toGMTString()+’; path=/’;}set_cookie();location.reload();;</script></head><body></body></html>
- You must be logged in to reply to this topic.