• I have added SSL certificate to my site that has the Ultimate Member plugin.

    Now when I go to the login page it does an infinite loop.

    None of your forum topics show a real solution. I am not going to disable the SSL or the SSL Insecure Content Fixer plugin.

    Something in your plugin is broken when you install SSL after the Ultimate Member plugin.

    Note – even when I do disable the “Really Simple SSL” or “SSL Insecure Content Fixer” (not installed the same time), the loop problem continues. Only disabling your plugin stops the looping.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter schulz

    (@schulz)

    I have tried:

    if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
        $_SERVER['HTTPS'] = 'on';

    in the wp-config.php, I also have SSL Insecure Content Fixer installed and activated also a mod_rewrite HTTP -> HTTPS in my .htaccess file.

    RewriteCond %{HTTPS} off
    RewriteCond %{HTTP_HOST} ^(www\.)?domain\.tld$ [NC]
    RewriteRule ^(.*)$ https://domain.tld/$1 [R=301,L]

    It seems that yet another plugin might of been a contributor to the problem as well, I might of missed one as I checked each one. Now it seems to be behaving, however I will do some more testing before I consider this fixed.

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @schulz,

    Is your site in Multi-site network setup? Is your WP core installed in a subdomain or sub directory?

    Thanks.

    Thread Starter schulz

    (@schulz)

    Is your site in Multi-site network setup?

    – Yes.

    Is your WP core installed in a subdomain or sub directory?

    – The Network type is ‘sub-domain’.

    The plugin itself is activated on the primary site only, and the WP is not in a sub directory of the website.

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @schulz,

    Can you please try changing the Network type to ‘sub directory’ and see if this resolves the issue? Also, does your site have a multi language translation plugin e.g. WPML or polylang?

    Thanks.

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

The topic ‘Infinite loop problem with SSL’ is closed to new replies.