Cannot disable ssl on login, even after modifying wp-config.php
-
Hi, I want to disable SSL/Https when users login. Because right now, when you try to login chrome gives the error “Your connection is not private” NET::ERR_CERT_COMMON_NAME_INVALID
This happens after you enter a username and password
I put the following in my wp-config.php:
define('FORCE_SSL_LOGIN', false ); define('FORCE_SSL_ADMIN', false);
however, it still gives the same error. Ive tried from firefox, chrome, one my phone using 4G connection, and it still gives the same error
Im at a loss of what to do. If it helps I also use godaddy as hosting
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot disable ssl on login, even after modifying wp-config.php’ is closed to new replies.