Install Software For Free

Plugin Name

Developer ZeroCool51
Update Time May 6, 2013, 1:07 a.m.
Donation URL: donation
PHP Version: 3.0 +
WordPress Version: 3.5
Copyright: GPLv2 or later
Copyright URL: Copyright Information

Tag

security force ssl force ssl connection man in the middle session hijacking prevention session stealing prevention

Download

1.0

Description:

This is a very simple plugin that forces SSL on all pages when a user is logged in (not only on admin ones). Why would you need it? If you force SSL usage only in the admin area, and use HTTP as your blog URL, then some links and buttons in the admin area revert to HTTP. This flaw is fixed by this plugin. If you want to check out details about session hijacking, you can view the screencast and the following post on my blog - Wordpress Session Hijacking and Prevention. [youtube http://www.youtube.com/watch?v=Zm3vAxJGrl0] How does it work? This effectively prevents session hijacking and man in the middle attacks.

Installation:

Before installing and configuring the files, make sure you have configured your server to work with HTTPS and that you have a valid server certificate installed. Optional step - Install the plugin SSL Insecure Content Fixer (so that all your style, javascript and other URLs are changed to HTTPS). It is optional, but I highly recommend it! Now, open your wp-config.php file and add the following in the end (if not already done): define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', true); Save the file. Now do the following:
  1. Upload the plugin directory to to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
And that is it. No options and no configuring is required.

Changelog:

1.0