Bug with protected pages and force ssl
-
When you select force login over SSL it breaks non-SSL (http) protected pages in WordPress 4.0 and greater due to the addition of “$secure = ( ‘https’ === parse_url( home_url(), PHP_URL_SCHEME ) );” to the wp-login file under postpass. This is a really irritating bug and was not fun to find.
- The topic ‘Bug with protected pages and force ssl’ is closed to new replies.