<?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: SSL checklist for Rails Applications</title>
	<atom:link href="http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/</link>
	<description>&#34;Powered by The Dark Side&#34;</description>
	<lastBuildDate>Fri, 30 Mar 2012 06:00:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: uma mahesh varma</title>
		<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/comment-page-1/#comment-31</link>
		<dc:creator>uma mahesh varma</dc:creator>
		<pubDate>Fri, 30 Mar 2012 06:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://darthsid.com/blog/?p=126#comment-31</guid>
		<description><![CDATA[Hi, 

I am trying the send ajax request from https page and faced issue with &#039;Filter chain halted as :ensure_proper_protocol rendered or redirected&#039;.

I have googled for it and spent nearly 1 DAY. Atlast your explanation helps me to know about the ajax call should also be sent with https. 

Thank you very much for the explanation and it helped me alot. 

Thank You,
Uma Mahesh]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am trying the send ajax request from https page and faced issue with &#8216;Filter chain halted as :ensure_proper_protocol rendered or redirected&#8217;.</p>
<p>I have googled for it and spent nearly 1 DAY. Atlast your explanation helps me to know about the ajax call should also be sent with https. </p>
<p>Thank you very much for the explanation and it helped me alot. </p>
<p>Thank You,<br />
Uma Mahesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spike</title>
		<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/comment-page-1/#comment-30</link>
		<dc:creator>Spike</dc:creator>
		<pubDate>Tue, 13 Dec 2011 18:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://darthsid.com/blog/?p=126#comment-30</guid>
		<description><![CDATA[It&#039;s good to see someone thnkiing it through.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s good to see someone thnkiing it through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/comment-page-1/#comment-27</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Tue, 06 Apr 2010 08:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://darthsid.com/blog/?p=126#comment-27</guid>
		<description><![CDATA[Thanks for the info. That is a cleaner approach. I&#039;ll update the post.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the info. That is a cleaner approach. I&#8217;ll update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Julian</title>
		<link>http://darthsid.com/blog/2010/03/29/ssl-checklist-for-rails-applications/comment-page-1/#comment-26</link>
		<dc:creator>Jonathan Julian</dc:creator>
		<pubDate>Fri, 02 Apr 2010 13:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://darthsid.com/blog/?p=126#comment-26</guid>
		<description><![CDATA[There&#039;s no need to test Rails.env.production? in your controllers. Just write all your code assuming it&#039;s production code, then add SslRequirement.disable_ssl_check = true into development.rb.

It also helps to be running a local apache/passenger with a dummy SSL cert and both SSL and non-SSL virtual hosts configured.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s no need to test Rails.env.production? in your controllers. Just write all your code assuming it&#8217;s production code, then add SslRequirement.disable_ssl_check = true into development.rb.</p>
<p>It also helps to be running a local apache/passenger with a dummy SSL cert and both SSL and non-SSL virtual hosts configured.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
