• I have multisite setup with a UCC SSL and I am using domain mapping. When I try to use woocommerce or the wordpress HTTPS plugin, I get an loop error. The setup is with subdomains and not subdirectories.

    The main site’s SSL works great. It’s only the subsites that are not working. Static pages when, referenced using the mapped domain show the https is working correctly.

    Any thoughts on how to remedy this issue is greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Anyone wondering, UCC means Unified Communications Certificate, and that’s a cert for multiple domains.

    Did you set up the cert to secure the mapped domains as well? (gotta ask)

    When you go to domain.com/wp-admin/network/sites.php and click on EDIT for a mapped domain, does “Domain” say http:// or https:// ?

    Note: I’m not asking you to change anything, just asking what the current values are 🙂

    Thread Starter jcarrolldesign

    (@jcarrolldesign)

    Yeah the certs are setup correctly 🙂

    I found the issue but I am not sure what caused it. My techs commented out the following in the core (I know)…

    comment out lines 6&7 in template-loader.php in includes

    //if ( defined(‘WP_USE_THEMES’) && WP_USE_THEMES )
    //do_action(‘template_redirect’);

    I am not sure what caused this. We create child themes off Canvas. Another forum said it was a plugin. I am not so convinced. The main site in multiuser worked fine. It was only the subsites and this applied to all subsites with different plugin configs. I have a few network enabled.

    Any thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘https and redirect loop’ is closed to new replies.