• Robotnik

    (@robotnik)


    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)
  • Eric Amundson

    (@sewmyheadon)

    Hey Robotnik,

    Are the URLs in the WordPress Admin under Settings > General using https?

    If not, do you perhaps have an HTTPS plugin activated such as WordPress HTTPS?

    Thread Starter Robotnik

    (@robotnik)

    No, both URL’s are just using plain Http.

    I dont see any plugins like that, plugins I have are:
    amr shortcode any widget
    Awesome Surveys
    Custom User Registration Form Builder Silver
    Exclude Pages from Navigation
    FuturePay for WooCommerce
    Media Library Custom Fields
    Profile Builder
    Our Team Showcase
    Quick Page/Post Redirect Plugin
    Simple Page Ordering
    Simple Social Buttons
    WooCommerce
    WooCommerce AJAX Products Filter
    WooCommerce Product Add-ons
    WooThemes Helper
    Wordpress File Upload
    WP Config File Editor
    WP Gallery Custom Links
    Or is it possible for disabled plugins to affect this?

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.