Bookmark and Share

Wordpress Plugin : Enforce SSL / HTTPS

Comments

4 Responses to “Wordpress Plugin : Enforce SSL / HTTPS”
  1. Rich Pedley says:

    As you mentioned eShop…

    Firstly, where can this plugin be downloaded?

    Does this plugin rewrite the urls in the site, such as images etc?

    Can it be extended to work with shared SSL?

  2. @ Rich

    I’m still in the process of adding this plugin to the SVN,

    This plugin does not rewrite any URLS, it just simply does a redirect to HTTPS

    it should work with any type of SSL

    more to follow.. I’ll post a link to download this asap

  3. Rich Pedley says:

    That’s a shame then, as the page when under SSL will contain images and the like that aren’t – which will mean the user will see a confirmation box to display non secure items.

    Even so I may still be interested in seeing what you have done ;)

  4. actually, the redirect happens before the content is rendered, so as long as they dont use absolute paths (http://mysite.com/img.jpg Vs /img.jpg)
    the https is enforced before the content paths are “written”

    I emailed you a copy of the plugin,
    let me know what you think

Leave A Comment