• Resolved laurapeckyno

    (@laurapeckyno)


    Hi. I was trying to quickly fix some mixed content security errors in our site, which was recently migrated from a non SSL version. I installed the JSM’s Force SSL / HTTPS, but it hasn’t cleared all of the errors and now it won’t let me log in as usual! Your assistance would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    You could try setting one or more of these to false in your wp-config.php file:

    
    define( 'FORCE_SSL', true );
    define( 'FORCE_SSL_ADMIN', true );
    define( 'FORCE_SSL_LOGIN', true );
    

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    BTW, this is rather obvious, but don’t forget to update the “WordPress Address (URL)” and “Site Address (URL)” values under your WordPress Settings > General page. ??

    js.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t log in after install’ is closed to new replies.