The MU forums have moved to WordPress.org

Problems making WPMU a total ssl site (4 posts)

  1. bkurt78
    Member
    Posted 14 years ago #

    I'm trying to make an entire wpmu site secured by ssl but am having a nightmare of a time making it work right. It really seems like it shouldn't be this difficult.

    What would really solve my problem is if there was a way to make WPMU use all https:// urls instead of defaulting to http. I tried using the WP_SITEURL option but that didn't work properly. It made all URLs whatever it was set to, so when a link should have pointed to https://wpmu_url/userblog it just showed whatever I set the SITEURL to.

    Basically, I have a SSL proxy sitting in front of my wpmu installed site. Right now the proxy has a redirect rule to redirect any http request to the matching https connection. This works well for the most part, but things like password protecting a page are then broke because you go to the page to type in the password but then the form posts via http. In that case no http referer is sent so the redirect breaks because the wp_get_referer script can't get a referer.

    So ideally I want to do the entire site over ssl. Speed is not an issue as my ssl proxy is quite beefy and can handle it. If that is not possible what is the next best way to go?

  2. bkurt78
    Member
    Posted 14 years ago #

    Just wanted to simplify this question a bit. What I would like to do is have everything go over ssl. So is there a way to have all urls generated in pages to be https? So forms that have urls they post to, I would like to have those be https as well. Is this possible?

  3. smartdub
    Member
    Posted 14 years ago #

    I'm very interested is this subject. I have the exact same problem myself. It's simply that I want my navigation links to stay within my https site (SSL).

    If I don't get helping answers I'll have to uninstall my WPMU to create a bunch of different WP sites linked together... But I don't like this idea.

  4. smartdub
    Member
    Posted 14 years ago #

    @bkurt78

    My friend just solved my problem by modifying the database file without passing by the WPMU 2.8.6 Admin interface.

    He just added the magical "s" of the SSL to the existing "Siteurl" and "Home" data and voilĂ ! My WPMU links are now all within the HTTPS.

About this Topic

  • Started 14 years ago by bkurt78
  • Latest reply from smartdub