Good news: CheckView now automatically whitelists its IP addresses in Solid Security during tests, so in most cases no manual setup is needed. Follow the steps below only if CheckView still reports that Solid Security is blocking the test.
If CheckView detects that SolidWP Security (formerly iThemes Security) is blocking requests to your site, you will see an error message indicating that SolidWP Security is preventing CheckView from connecting. This guide explains how to whitelist CheckView so tests can run without interference.
SolidWP Security includes firewall rules and brute force protection that can block automated requests – including CheckView’s test runner. Common triggers include:
203.0.113.0/24) or wildcard format (e.g., 203.0.113.*).If you prefer the command line, you can add IPs to the Authorized Hosts list via WP-CLI. Separate multiple IPs with commas:
wp itsec settings set global lockout_white_list 1.2.3.4,5.6.7.8
Replace the example IPs with the actual CheckView IP addresses from the Public IPs page.
After adding CheckView’s IPs to the Authorized IPs list, return to your CheckView dashboard and retry connecting the website or re-run your test. If the error persists, double-check that all IP addresses have been added correctly and that no other security plugin or server-level firewall is also blocking requests.