• Resolved EugeneBos

    (@thegp)


    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>

    • This topic was modified 5 months, 2 weeks ago by EugeneBos.
    • This topic was modified 5 months, 2 weeks ago by EugeneBos.
    • This topic was modified 5 months, 2 weeks ago by EugeneBos.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter EugeneBos

    (@thegp)

    Im guessing your stupid plugin uses IP to connect to the website. Why it doesnt use domain like it should?

    Why do the f it expects to see my website by connecting to just an IP??

    This is dumbest diagnostics I’ve ever seen.

    • This reply was modified 5 months, 2 weeks ago by EugeneBos.
    • This reply was modified 5 months, 2 weeks ago by EugeneBos.
    Plugin Support wfphil

    (@wfphil)

    Hi @thegp

    The report is showing that WordPress can’t send POST requests susccessfully back to your hosting server via the error in the test “Connecting back to this site”.

    If you have a staging site you can switch to a default theme such as Twenty-Twenty Four and see if that fixes the error. If it does then your normal theme needs to be fixed.

    If it isn’t the theme you can deactivate all other plugins and activate them one by one until the error appears again and you will find the plugin causing the problem and ask that plugin support team to help you fix the fault.

    Thread Starter EugeneBos

    (@thegp)

    Is this question I asked? I dont want to switch themes, read pls what I asked to resolve this issue.

    Plugin Support wfphil

    (@wfphil)

    Hi @thegp

    Thank you for the update.

    The report is showing that WordPress can’t send POST requests susccessfully back to your hosting server via the error in the test “Connecting back to this site” so you will need to investigate what the cause is so that it can be rectified. First tests are to test the theme and all other plugins as outlined in my last reply. This should ideally be done on a staging site so that you don’t have to take your site offline to carry out these tests. Our scanner needs to be able to send requests back to your web server so this problem needs to be investigated and fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.