Title: Infinite loop problem with SSL
Last modified: March 13, 2017

---

# Infinite loop problem with SSL

 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/infinite-loop-problem-with-ssl/)
 * 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](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/infinite-loop-problem-with-ssl/#post-8910029)
 * 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](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/infinite-loop-problem-with-ssl/#post-8926486)
 * Hi [@schulz](https://wordpress.org/support/users/schulz/),
 * Is your site in Multi-site network setup? Is your WP core installed in a subdomain
   or sub directory?
 * Thanks.
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/infinite-loop-problem-with-ssl/#post-8928268)
 * > 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](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/infinite-loop-problem-with-ssl/#post-8939987)
 * Hi [@schulz](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/infinite-loop-problem-with-ssl/#post-8939987)
 * Status: not resolved