Title: HTTPS support for multisite
Last modified: August 20, 2016

---

# HTTPS support for multisite

 *  [lupolio](https://wordpress.org/support/users/lupolio/)
 * (@lupolio)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/https-support-for-multisite/)
 * Hi.
 * I have observed a strange behavior in my wordpress installation since i upgraded
   to a multisite. I am using a HTTPS server only and with my single-site install
   everything was fine.
 * But since the upgrade to multisite I cannot configure wordpress to use HTTPS 
   only. This is my current configuation of wp-config.php
 *     ```
       define('WPLANG', 'de_DE');
       define('WP_DEBUG', false);
   
       #define('RELOCATE',true);
       define('WP_ALLOW_MULTISITE', true);
       define('MULTISITE', true);
       define('SUBDOMAIN_INSTALL', false);
       define('DOMAIN_CURRENT_SITE', 'www.[mysite].com');
       define('PATH_CURRENT_SITE', '/blog/');
       define('SITE_ID_CURRENT_SITE', 1);
       define('BLOG_ID_CURRENT_SITE', 1);
       ```
   
 * When I try to add ‘[https://&#8217](https://&#8217); to the DOMAIN_CURRENT_SITE
   the site is not working at all. I traced my nginx log and php seems to generate
   302 (redirects) once I activeated the change. Without HTTPS the blog wants to
   access the server at http (without s) at certain conditions (e.g. when creating
   a new site).
 * I don’t have any ideas what’s wrong. Perhaps one of you guys can help me?
 * Thanks a lot!

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

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 4 months ago](https://wordpress.org/support/topic/https-support-for-multisite/#post-3436032)
 * How did you setup HTTPS the last time on single site?
 *  Thread Starter [lupolio](https://wordpress.org/support/users/lupolio/)
 * (@lupolio)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/https-support-for-multisite/#post-3436043)
 * Nothing special (beside the DB config):
 * …
    define(‘WPLANG’, ‘de_DE’); define(‘WP_DEBUG’, false);
 * /* That’s all, stop editing! Happy blogging. */
    …
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 4 months ago](https://wordpress.org/support/topic/https-support-for-multisite/#post-3436062)
 * Well normally people just use [http://codex.wordpress.org/Administration_Over_SSL](http://codex.wordpress.org/Administration_Over_SSL)
   to secure logins. Or if they want to foirce it, they edit the URLs in settings.
 * For multisite, I would use [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

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

The topic ‘HTTPS support for multisite’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 3 replies
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/https-support-for-multisite/#post-3436062)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
