<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Securing a WordPress Page with SSL</title>
	<atom:link href="http://mccormicky.com/1297/securing-a-wordpress-page-with-ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://mccormicky.com/1297/securing-a-wordpress-page-with-ssl/</link>
	<description>Freelance Web Designer</description>
	<lastBuildDate>Fri, 18 Nov 2011 12:17:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jesse</title>
		<link>http://mccormicky.com/1297/securing-a-wordpress-page-with-ssl/comment-page-1/#comment-25912</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Fri, 24 Sep 2010 21:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://mccormicky.com/?p=1297#comment-25912</guid>
		<description>Thank you for sharing this.  I was afraid I was going to have to meddle some more in other people&#039;s plugins.  I&#039;ll report back my success/failures for others.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this.  I was afraid I was going to have to meddle some more in other people&#8217;s plugins.  I&#8217;ll report back my success/failures for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dixie Vogel</title>
		<link>http://mccormicky.com/1297/securing-a-wordpress-page-with-ssl/comment-page-1/#comment-13160</link>
		<dc:creator>Dixie Vogel</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://mccormicky.com/?p=1297#comment-13160</guid>
		<description>I&#039;ve been researching this issue myself as I need to secure a couple pages in a WP install. You all may be interested in this article I found on it, where he provides a workaround for the mixed content error - http://www.propellingsolutions.com/2009/12/securing-a-wordpress-page-with-https/

Haven&#039;t tested it yet but I will be, I&#039;m sure... :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been researching this issue myself as I need to secure a couple pages in a WP install. You all may be interested in this article I found on it, where he provides a workaround for the mixed content error &#8211; <a href="http://www.propellingsolutions.com/2009/12/securing-a-wordpress-page-with-https/" rel="nofollow">http://www.propellingsolutions.com/2009/12/securing-a-wordpress-page-with-https/</a></p>
<p>Haven&#8217;t tested it yet but I will be, I&#8217;m sure&#8230; <img src='http://mccormicky.com/tiresome/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mccormicky</title>
		<link>http://mccormicky.com/1297/securing-a-wordpress-page-with-ssl/comment-page-1/#comment-11447</link>
		<dc:creator>mccormicky</dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://mccormicky.com/?p=1297#comment-11447</guid>
		<description>Yes, I have been able to secure just one WordPress page-but if you read this post you&#039;ll see it takes a bit of work-especially if you use plugins whose javascript and css files don&#039;t get switched to https:// in your wordpress theme header.php or footer.php.  Plugins files are the number 1 reason I&#039;ve ever had a problem securing a WordPress page. All JavaScript and css files must be linked to with https:// not http:// or the secure page will throw a warning that the page contains secure and insecure items. And this goes for image files as well.
Get the HTTPS for WordPress plugin, upload it and activate it and then go to any page on your site using a https:// URL, example https://www.mysite.com/my-secure-page/. If you use Permalinks.
If you don&#039;t have Permalinks turned on the link will look like this : https://www.mysite.com/?=23. In Internet Explorer if the webpage is secured and there are no insecure items and the SSL certificate is valid you will see a lock icon next to your addressbar. In Firefox the addressbar will turn blue. If the lock icon has a jagged line through it and you get a warning that the page has insecure items(Internet Explorer) or the addressbar starts out as blue then goes back to white(Firefox) then you have to view the source of the page and see which files have link rel=&quot;https:// or just link rel=&quot;http://. Like I said earlier the culprits are usually  JavaScript or CSS files needed by plugins you are using or images you&#039;ve embedded in the page.
One thing you can do is turn off all other plugins except HTTPS for WordPress plugin and then see if the page loads securely without issues. Then keep turning plugins back on one by one until you find the one that is not getting its files secured.
If you follow the tutorial here you&#039;ll see what I suggest doing. Its not exactly easy as pie but so far its the only way I&#039;ve been able to find to secure just one page, not the whole site.</description>
		<content:encoded><![CDATA[<p>Yes, I have been able to secure just one WordPress page-but if you read this post you&#8217;ll see it takes a bit of work-especially if you use plugins whose javascript and css files don&#8217;t get switched to https:// in your wordpress theme header.php or footer.php.  Plugins files are the number 1 reason I&#8217;ve ever had a problem securing a WordPress page. All JavaScript and css files must be linked to with https:// not http:// or the secure page will throw a warning that the page contains secure and insecure items. And this goes for image files as well.<br />
Get the HTTPS for WordPress plugin, upload it and activate it and then go to any page on your site using a https:// URL, example <a href="https://www.mysite.com/my-secure-page/" rel="nofollow">https://www.mysite.com/my-secure-page/</a>. If you use Permalinks.<br />
If you don&#8217;t have Permalinks turned on the link will look like this : <a href="https://www.mysite.com/?=23" rel="nofollow">https://www.mysite.com/?=23</a>. In Internet Explorer if the webpage is secured and there are no insecure items and the SSL certificate is valid you will see a lock icon next to your addressbar. In Firefox the addressbar will turn blue. If the lock icon has a jagged line through it and you get a warning that the page has insecure items(Internet Explorer) or the addressbar starts out as blue then goes back to white(Firefox) then you have to view the source of the page and see which files have link rel=&#8221;https:// or just link rel=&#8221;http://. Like I said earlier the culprits are usually  JavaScript or CSS files needed by plugins you are using or images you&#8217;ve embedded in the page.<br />
One thing you can do is turn off all other plugins except HTTPS for WordPress plugin and then see if the page loads securely without issues. Then keep turning plugins back on one by one until you find the one that is not getting its files secured.<br />
If you follow the tutorial here you&#8217;ll see what I suggest doing. Its not exactly easy as pie but so far its the only way I&#8217;ve been able to find to secure just one page, not the whole site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://mccormicky.com/1297/securing-a-wordpress-page-with-ssl/comment-page-1/#comment-11440</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://mccormicky.com/?p=1297#comment-11440</guid>
		<description>Have you ever been able to force SSL on only one page in a Wordpress site?  We have a donations page that needs SSL but do not want SSL on the rest of the site.</description>
		<content:encoded><![CDATA[<p>Have you ever been able to force SSL on only one page in a WordPress site?  We have a donations page that needs SSL but do not want SSL on the rest of the site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

