http not protected when running https
-
I’m running on shared hosting with an SSL, WordFence and the Codex hardening precautions.
I had a brute force attack on my login page this week; 90,000 hits from 3 IP addresses in 18 hours, and all directed at my http address. However WordFence didn’t respond – it seems to me that all my defences (including WordFence) are focused at the https side.
What am I missing here? Have I failed to properly configure the SSL or Wordfence?
FWIW, after I installed the SSL, WordFence refused to work until I added this to functions.php
add_filter( ‘https_local_ssl_verify’, ‘__return_false’ );Ted
The topic ‘http not protected when running https’ is closed to new replies.