Title: [Plugin: WordPress HTTPS (SSL)] Can&#039;t get it to work on multisite using Shared SSL
Last modified: August 20, 2016

---

# [Plugin: WordPress HTTPS (SSL)] Can't get it to work on multisite using Shared SSL

 *  Resolved [kisshomaru](https://wordpress.org/support/users/kisshomaru/)
 * (@kisshomaru)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/)
 * WP multisite 3.2.1
    Trying the WordPress HTTPS plugin 2.0.2 on the main site (
   so not on subdomain…yet)
 * using [http://example.com](http://example.com) as my site
    using [https://secure.justhost.com/~username](https://secure.justhost.com/~username)
   for the Sahred SSL on 443.
 * Tested outside wordpress and pages are loading trough the Sahred SSL.
 * I tried setting some post to use force SSL. Permalinks are properly made. However
   the server will through a 500 internal err (unexpected condition) when trying
   to browse to that page.
 * I think there are more internals to be changed for this to work on a multisite
   install.
    Has anyone tried to make it work in a multisite with shared ssl?
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

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

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418502)
 * Hey kisshomaru,
 * I’ve tested the plugin out on a couple of multisite installations and haven’t
   had any problems. The plugin itself is relatively simple, so it shouldn’t matter
   if it’s installed on a multisite or not.
 * Can you look at your apache logs and see what the 500 error is?
 * Thanks,
    Mike
 *  Thread Starter [kisshomaru](https://wordpress.org/support/users/kisshomaru/)
 * (@kisshomaru)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418561)
 * I uninstalled the plugin. I’ll switch to a private IP and SSL cert in a few weeks
   as this is clearly not working properly.
    I might use this again though without
   the shared ssl and let you know then if I encounter any issues.
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418562)
 * Hey kisshomaru,
 * I’m pretty sure the plugin is working fine. It’s more likely that the problem
   is you Shared SSL. Not to try and point the finger somewhere else, but that’s
   generally the case. Shared SSL’s are kind of finicky. Getting a 500 error is 
   pretty uncommon, so it’s hard telling what’s going on without knowing what the
   error was.
 * Can you look at your apache logs and see what the 500 error was?
 * Thanks,
    Mike
 *  Thread Starter [kisshomaru](https://wordpress.org/support/users/kisshomaru/)
 * (@kisshomaru)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418569)
 * Ok, installed it again…
    Here is the error log: _ SoftException in Application.
   cpp:357: UID of script “/usr/local/apache/htdocs/index.php” is smaller than min\
   _uid Premature end of script headers: index.php SoftException in Application.
   cpp:357: UID of script “/usr/local/apache/htdocs/index.php” is smaller than min\
   _uid, referer: [http://secure.justhost.com/~username/14/the-3rd-test-post/](http://secure.justhost.com/~username/14/the-3rd-test-post/)
   Premature end of script headers: index.php, referer: [http://secure.justhost.com/~username/the-3rd-test-post/](http://secure.justhost.com/~username/the-3rd-test-post/)
   SoftException in Application.cpp:357: UID of script “/usr/local/apache/htdocs/
   index.php” is smaller than min\_uid Premature end of script headers: index.php
   SoftException in Application.cpp:357: UID of script “/usr/local/apache/htdocs/
   index.php” is smaller than min\_uid, referer: [http://secure.justhost.com/~username/14](http://secure.justhost.com/~username/14)
   Premature end of script headers: index.php, referer: [http://secure.justhost.com/~username/14](http://secure.justhost.com/~username/14)
   SoftException in Application.cpp:357: UID of script “/usr/local/apache/htdocs/
   index.php” is smaller than min\_uid Premature end of script headers: index.php
   SoftException in Application.cpp:357: UID of script “/usr/local/apache/htdocs/
   index.php” is smaller than min\_uid, referer: [http://secure.justhost.com/~username/14/the-3rd-test-post/](http://secure.justhost.com/~username/14/the-3rd-test-post/)
   Premature end of script headers: index.php, referer: [http://secure.justhost.com/~username/14/the-3rd-test-post/](http://secure.justhost.com/~username/14/the-3rd-test-post/)
 * Strange that the log refers to http while I’m trying to access https…
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418570)
 * Hey kisshomaru,
 * I’ve never seen anything like that before, but the problem is definitely isolated
   to your server configuration. I did a quick Google search for that error and 
   it appears to be a permissions problem. You’ll need to SSH into your server and
   fix the files to be owned by the proper user and group. It probably wouldn’t 
   hurt to check the file permissions as well, but they’re probably okay. If you
   have some kind of control panel for your web hosting, you can probably use that
   to fix the permissions as well.
 * I’m guessing this problem exists even with the plugin disabled when you try to
   hit [https://secure.justhost.com/~username](https://secure.justhost.com/~username)?
 * Thanks,
    Mike
 *  Thread Starter [kisshomaru](https://wordpress.org/support/users/kisshomaru/)
 * (@kisshomaru)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418572)
 * There is a problem with that as well.
    If I try to browse https directly to the
   root of the public where I have the wordpress (so if I hit: [https://secure.justhost.com/~username](https://secure.justhost.com/~username)),
   then wordpress will try to create a new domain and the resulting address will
   be sent back to http in this form: [http://domain.com/wp-signup.php?new=secure.justhost.com](http://domain.com/wp-signup.php?new=secure.justhost.com)
   which obviously will get a new error as I don’t allow new domains to be created
   like this.
 * You might be right about the permissions, but I couldn’t figure it out yet… It
   definitely seems like the Shared SSL is not going to work for me.
    Thanks anyway,
   I’ll wait until I can setup a proper private SSL.
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418573)
 * Alrighty, just let me know if you have any issues when you get it set up.

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

The topic ‘[Plugin: WordPress HTTPS (SSL)] Can't get it to work on multisite using
Shared SSL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 7 replies
 * 2 participants
 * Last reply from: [mvied](https://wordpress.org/support/users/mvied/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-it-to-work-on-multisite-using-shared-ssl/#post-2418573)
 * Status: resolved