Site Scan Error After Enabling Basic Auth
-
My WordPress with (iThemes Security Plugin installed) is hosted on AWS EKS, behind NGiNX Ingress.
Ever since we have enabled basic authentication login at the path/wp-login.php
, our twice daily scheduled site scan has been failing consistently with the following error:Error The scan failed to properly scan the site. Error Message: Unable to determine if the scan target is allowed: Scan target is not publicly accessible. Error Code: site_verification_failed.private_host If you contact support about this error, please provide the following debug details: Array code => site_verification_failed.private_host data => Array url => https://<KUBERNETES POD IP>:8443
id => 3671705 module => site-scanner type => warning code => scan-failure-client-error timestamp => 2024-04-04 17:16:05 init_timestamp => 2024-04-04 17:16:05 remote_ip => <KUBERNETES NODE IP> user_id => [empty string] url => https://<KUBERNETES POD IP>:8443/wp-login.php memory_current => 7023904 memory_peak => 7060576 data => Array results => Object WP_Error errors => Array site_verification_failed.private_host => Array 0 => Unable to determine if the scan target is allowed: Scan target is not publicly accessible. error_data => Array site_verification_failed.private_host => Array url => https://<KUBERNETES POD IP>:8443 cached => [boolean] false
This error has not appeared prior to this basic authentication login change.
Any assistance on this issue would be very much appreciated, thank you!
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- You must be logged in to reply to this topic.