{"id":43,"date":"2006-01-22T21:34:42","date_gmt":"2006-01-22T20:34:42","guid":{"rendered":"http:\/\/blog.blackdown.de\/2006\/01\/22\/securing-wordpress-2-admin-access-with-ssl\/"},"modified":"2016-10-29T03:51:01","modified_gmt":"2016-10-29T01:51:01","slug":"securing-wordpress-2-admin-access-with-ssl","status":"publish","type":"post","link":"https:\/\/blackdown.de\/articles\/securing-wordpress-2-admin-access-with-ssl\/","title":{"rendered":"Securing WordPress 2 Admin Access With SSL"},"content":{"rendered":"

A few people have asked for an updated version of my Securing WordPress Admin Access With SSL<\/a> guide. So here is an updated version for WordPress<\/a> 2!<\/p>\n

The situation has not changed much since WordPress 1.5: WordPress 2.0 still does not support HTTPS access to the admin area when the rest of the blog is served via normal HTTP and I still do not like logging in to my server over unencrypted connections, especially not when using public WLANs. Getting around this WordPress limitation requires quite a few steps:<\/p>\n

The Goal<\/h3>\n

All communication involving passwords or authentication cookies should be done over HTTPS connections. wp-login.php<\/code> and the wp-admin<\/code> directory should only be accessible over HTTPS.
\nNormal reading access, as well as comments, tracebacks, and pingbacks still should go over ordinary HTTP.<\/p>\n

The Plan<\/h3>\n