Viewing 2 replies - 16 through 17 (of 17 total)
  • Not sure if you fixed this, and might be an obvious question, but have you tried logging out of WordPress. I’ve just been scratching my head trying to figure out why our new SSL was working perfectly in FF and IE and not Chrome (my browser of choice).

    It was on a form page (using Quforms actually) and I couldn’t figure out a fix. But logging out, everything is fine. It looks like it was something to do with the admin bar and the search functionality within that, rather than anything to do with the actual form itself.

    @john_pawson

    Great point. I’m wondering if you edit wp-config and force SSL admin if you still get that issue.

    define('FORCE_SSL_ADMIN', true); //force wp-admin to be https
    define('FORCE_SSL_LOGIN', true); //force wp-login.php to be https

    That may help since it forces all admin calls to be SSL. We have that on one of our sites and don’t get any warnings from the admin bar. I guess the other option is to uncheck “Show Toolbar when viewing site” in your profile if you need to be logged in while testing.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Mixed content on SSL connection’ is closed to new replies.