Viewing 1 replies (of 1 total)
  • I had this problem as well, easily resolved by adding the following to line 62 of wp-multisite-sso.php:

    $site['domain'] = 'https://'.$site['domain'];

    you can also add this to line on 72 if you’re using domain mapping:

    $mapped_domain->domain = 'https://'.$mapped_domain->domain;

    this can be improved upon (checking which protocol to use against the db) but since all the sites in my network are HTTPS I didn’t bother doing it ??

    • This reply was modified 7 years, 6 months ago by jtblank.
Viewing 1 replies (of 1 total)
  • The topic ‘SSL Mixed Content Warning’ is closed to new replies.