Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @kvnhnf,

    This table keeps track of the connections of users, so if they connect too frequently – they get rate limited.

    By default, this table should be cleaned every hour automatically by the cronjob.

    Can you verify that you have the cron wordfence_hourly_cron within Wordfence -> Tools -> Diagnostics -> Cron Jobs?

    You can also run this query on your database to remove all the rows within that table:

    DELETE FROM wp_wftrafficrates;

    Dave

    Thread Starter KVNHNF

    (@kvnhnf)

    Hi Dave, thank you for your swift reply

    Indeed all cronjobs are overdue here…

    There is an error on connecting back to the site

    wp_remote_post() test back to this server failed! Response was: 403 Forbidden
    This additional info may help you diagnose the issue. The response headers we received were:

    HTTP/1.1 403 Forbidden
    Date: Tue, 24 Dec 2019 02:31:50 GMT
    Content-Type: text/html; charset=iso-8859-1
    Transfer-Encoding: chunked
    Connection: close
    Set-Cookie: __cfduid=dd4c04720de2017251564aea4be6508001577154710; expires=Thu, 23-Jan-20 02:31:50 GMT; path=/; domain=.finelovedolls.com; HttpOnly; SameSite=Lax; Secure
    CF-Cache-Status: DYNAMIC
    Strict-Transport-Security: max-age=15552000; preload
    X-Content-Type-Options: nosniff
    Expect-CT: max-age=604800, report-uri=”https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct”
    Alt-Svc: h3-24=”:443″; ma=86400, h3-23=”:443″; ma=86400
    Server: cloudflare
    CF-RAY: 549f294a5f694211-MSP
    Content-Encoding: gzip

    <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>
    <html><head>
    <title>403 Forbidden</title>
    </head><body>
    <h1>Forbidden</h1>
    <p>You don’t have permission to access /wp-admin/admin-ajax.php
    on this server.<br />
    </p>
    <p>Additionally, a 403 Forbidden
    error was encountered while trying to use an ErrorDocument to handle the request.</p>
    <hr>
    <address>Apache/2.4.39 (Unix) mod_hive/6.27 OpenSSL/1.0.1e-fips mod_fastcgi/2.4.6 Server at https://www.finelovedolls.com Port 443</address>
    </body></html>

    Thread Starter KVNHNF

    (@kvnhnf)

    should i disable “ssl verification” option? The problem is only on “Connecting back to this site”

    many thanks for your confirmation!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp_wfTrafficRates TOO BIG’ is closed to new replies.