Title: SSL &#8211; insecure elements
Last modified: August 30, 2016

---

# SSL – insecure elements

 *  [AM77](https://wordpress.org/support/users/andy277/)
 * (@andy277)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/ssl-insecure-element-fix/)
 * Just looking for some help with using https on a multisite. I have https running
   completely fine, but I would just like to find out how to make a change so I 
   no longer have to use a plugin. A plugin like the WordPress-https is too large
   for the simple thing I need to fix.
 * I have SSL forced everywhere, frontend and admin
 *     ```
       # htaccess Https everywhere
       RewriteEngine On
       RewriteCond %{HTTPS} !=on
       RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
   
       /* and wp-config */
       define('FORCE_SSL_ADMIN', true);
       ```
   
 * The only thing that needs fixing are the insecure elements such as images with
   http in the url. I know how this can be fixed without using an https plugin but
   it means I have to make manual changes to each sub site:
 * I can fix these insecure elements on my main site (mysite.com), by changing http
   to https for my `siteurl` and `home` url. The same thing can be done to fix these
   insecure elements on all sub sites again replacing http with https for each sub
   site’s `siteurl` and `home` url values. But because I allow users to create sites
   on my multisite I need this done automatically.
 * Basically, I’m trying to find out how to make the values for `siteurl` and `home`
   url have https in them automatically instead of http, for each sub site.
 * Any help appreciated

The topic ‘SSL – insecure elements’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 0 replies
 * 1 participant
 * Last reply from: [AM77](https://wordpress.org/support/users/andy277/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/ssl-insecure-element-fix/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
