<?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: Make Drupal More Secure With SSL Logins</title>
	<atom:link href="http://success.grownupgeek.com/index.php/2009/07/12/drupal-ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://success.grownupgeek.com/index.php/2009/07/12/drupal-ssl/</link>
	<description>Do it right the first time, stoopit!</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:58:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pat</title>
		<link>http://success.grownupgeek.com/index.php/2009/07/12/drupal-ssl/#comment-3448</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Wed, 21 Sep 2011 00:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/?p=647#comment-3448</guid>
		<description>I started out by making my site 100% ssl. To make sure I redirect all http traffic to https in by Apache config. 

However most new caching schemes that take over your DNS hosting and Google&#039;s Apache mod_pagespeed do not work with https objects. Drupal is fairly good about performance but AFAIK it does not compress JPGs (yes you can save a fair bit of speed doing this using pagespeed) and other images. Also if you have lengthy queries through no fault of your own, the caching of pagespeed brings noticeable goodness. I know there are other ways to cache DBs but how simple is pagespeed? 

Anyway, I have a test site running with all pages and objects available with http and https and am now going back following your posts to resecure the important bits (I use ubercart too so really need these secured). 
Your two posts cover most of what I need to do but I&#039;m worried about the secure session stuff. I have seen nothing posted about this but maybe my Google-fu is failing me.

The admin session is the scary one. If I go to the https version of the site I should be OK (because I&#039;ll never forget the https://, right ;-) but I have privileged users too that are like mini-admins. If someone steals their session they can only mess up that user&#039;s content still it smells like a security vulnerability. 

Anything new on secure sessions?</description>
		<content:encoded><![CDATA[<p>I started out by making my site 100% ssl. To make sure I redirect all http traffic to https in by Apache config. </p>
<p>However most new caching schemes that take over your DNS hosting and Google&#8217;s Apache mod_pagespeed do not work with https objects. Drupal is fairly good about performance but AFAIK it does not compress JPGs (yes you can save a fair bit of speed doing this using pagespeed) and other images. Also if you have lengthy queries through no fault of your own, the caching of pagespeed brings noticeable goodness. I know there are other ways to cache DBs but how simple is pagespeed? </p>
<p>Anyway, I have a test site running with all pages and objects available with http and https and am now going back following your posts to resecure the important bits (I use ubercart too so really need these secured).<br />
Your two posts cover most of what I need to do but I&#8217;m worried about the secure session stuff. I have seen nothing posted about this but maybe my Google-fu is failing me.</p>
<p>The admin session is the scary one. If I go to the https version of the site I should be OK (because I&#8217;ll never forget the https://, right <img src='http://success.grownupgeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  but I have privileged users too that are like mini-admins. If someone steals their session they can only mess up that user&#8217;s content still it smells like a security vulnerability. </p>
<p>Anything new on secure sessions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Malen</title>
		<link>http://success.grownupgeek.com/index.php/2009/07/12/drupal-ssl/#comment-3240</link>
		<dc:creator>Ben Malen</dc:creator>
		<pubDate>Sun, 31 Jul 2011 01:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/?p=647#comment-3240</guid>
		<description>I too thought this would be a walk in the park. This really needs to be posted on the Secure Pages/Secure Login project pages. Thanks for taking the time to write it up!</description>
		<content:encoded><![CDATA[<p>I too thought this would be a walk in the park. This really needs to be posted on the Secure Pages/Secure Login project pages. Thanks for taking the time to write it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rand B. Wilson</title>
		<link>http://success.grownupgeek.com/index.php/2009/07/12/drupal-ssl/#comment-3163</link>
		<dc:creator>Rand B. Wilson</dc:creator>
		<pubDate>Thu, 19 May 2011 22:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/?p=647#comment-3163</guid>
		<description>Alice;
i think that the Secure Pages module will handle all the switching for you once you get it configured.</description>
		<content:encoded><![CDATA[<p>Alice;<br />
i think that the Secure Pages module will handle all the switching for you once you get it configured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice</title>
		<link>http://success.grownupgeek.com/index.php/2009/07/12/drupal-ssl/#comment-3162</link>
		<dc:creator>Alice</dc:creator>
		<pubDate>Thu, 19 May 2011 11:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/?p=647#comment-3162</guid>
		<description>Hi Hey Randy,

Very nice tutorial. I have a question before I go ahead and install SecurePages module, do I need to make changes to htaccess file which is available by default in root?

I have installed ssl certificate and can access my site both with http and https. All I want is to redirect http://mysite.com AND http://www.mysite.com to https://www.mysite.com. Do I need to make changes in htaccess file? And what will SecurePages module will do for me?

Please help,
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Hey Randy,</p>
<p>Very nice tutorial. I have a question before I go ahead and install SecurePages module, do I need to make changes to htaccess file which is available by default in root?</p>
<p>I have installed ssl certificate and can access my site both with http and https. All I want is to redirect <a href="http://mysite.com">http://mysite.com</a> AND <a href="http://www.mysite.com">http://www.mysite.com</a> to <a href="https://www.mysite.com">https://www.mysite.com</a>. Do I need to make changes in htaccess file? And what will SecurePages module will do for me?</p>
<p>Please help,<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

