• Resolved Tingwe

    (@tingwe)


    Hi Support Team,

    AIOS plugin conflict with FlyingPress cache plugin.

    I’ve tried step by step, from disabling security features and disabling all firewall rules, but the FlyingPress preload cache feature only works when I disable AIOS.

    The solution from the FlyingPress support team: “Can you please add an exclusion rule in All In One Security plugin so that it always allows POST requests from your own server IP, and their WAF doesn’t block requests made from your own server’s IP?”

    How to put these exclusion rules in AIOS?

    WordPress 6.8.1
    PHP 8.4
    AIOS 5.4.1

    Regards,
    Tingwe.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @tingwe,

    Could you please add the constant below to wp-config.php and check whether a firewall rule is causing the issue? .

    define( 'AIOS_NO_FIREWALL', true);

    If it solves the issue, then the firewall is making the issue. Flying Press cache plugin is not a free plugin, so I can try and replicate the issue. But I will try to check.

    Regards

    Thread Starter Tingwe

    (@tingwe)

    Hi @hjogiupdraftplus,

    Thank you for your response.

    define( 'AIOS_NO_FIREWALL', true);
    Doesn’t solve the issue.

    Regards,
    Tingwe.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @tingwe

    Can you please export the AIOS settings from WP Security > Settings > Import / Export tab and send it to me using https://pastebin.com/ ?

    You can use burn after read option for pastebin so it can be read only once.

    I can analyze the settings enabled and might be able to guess which setting may create the issue.

    Regards

    Thread Starter Tingwe

    (@tingwe)

    Hi @hjogiupdraftplus

    This is my AIOS setting: https://pastebin.com/GH69kxEA

    Regards,
    Tingwe.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @tingwe,

    If I cross-check the settings, I could not see any that cause an issue for POST.

    For example below.

    Ban POST requests that have a blank user-agent and referer:

    Can you please cross-check the server IP not blocked – WP security > Dashboard > Permanent blocklist -tab has IPs blocked?

    Also, WP Security > Settings > Advanced settings tab has IP address detection settings. There, you may cross-check the right IP address detection, which matches https://whatismyipaddress.com/ IP address.

    Regards

    Thread Starter Tingwe

    (@tingwe)

    Hi @hjogiupdraftplus

    Can you please cross-check the server IP not blocked – WP security > Dashboard > Permanent blocklist -tab has IPs blocked?

    Yes, server IP got blocked: firewall_post_blank_user_agent_and_referer.

    WP Security > Settings > Advanced settings tab has IP address detection settings.

    I’m using http_cf_connecting_ip, but now I changed it to the default option.

    Regards,
    Tingwe.

    • This reply was modified 9 months, 3 weeks ago by Tingwe.
    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @tingwe,

    Ok, selecting the correct IP detection method and making sure no server script posts a blank user agent should solve this issue.

    Please keep me posted if it solves the issue.

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Conflict With FlyingPress Cache’ is closed to new replies.