<?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: How to Add Some Security with a Self-Signed SSL Certificate to Your Rails App Served by Nginx</title>
	<atom:link href="http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/</link>
	<description>A blog on developing, deploying and maintaining web applications at Firmhouse</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:33:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Brian</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-259</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 03 May 2011 11:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-259</guid>
		<description>The process really wasn&#039;t different at all for using a CA.  Just had to jump through some more hoops to generate the CA.

StartSSL gives a way free certs that last for one year.  Thought that was a pretty good deal.

Some more info on signing up here....
http://minhajuddin.com/2011/03/11/how-to-hookup-nginx-with-startssl/</description>
		<content:encoded><![CDATA[<p>The process really wasn&#8217;t different at all for using a CA.  Just had to jump through some more hoops to generate the CA.</p>
<p>StartSSL gives a way free certs that last for one year.  Thought that was a pretty good deal.</p>
<p>Some more info on signing up here&#8230;.<br />
<a href="http://minhajuddin.com/2011/03/11/how-to-hookup-nginx-with-startssl/" rel="nofollow">http://minhajuddin.com/2011/03/11/how-to-hookup-nginx-with-startssl/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-258</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Mon, 02 May 2011 14:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-258</guid>
		<description>Hi Brian,

I will see what I can do with using a cert from a CA. At the moment I don&#039;t have a preferred CA. When writing the blogpost, maybe I can find some so you can check them out.

Thank you for the comment!</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>I will see what I can do with using a cert from a CA. At the moment I don&#8217;t have a preferred CA. When writing the blogpost, maybe I can find some so you can check them out.</p>
<p>Thank you for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-257</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 02 May 2011 11:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-257</guid>
		<description>Do you have plans to write a tutorial for using a cert from a CA?  Also, any chance you could recommend the best value CA?</description>
		<content:encoded><![CDATA[<p>Do you have plans to write a tutorial for using a cert from a CA?  Also, any chance you could recommend the best value CA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-246</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Mon, 15 Nov 2010 21:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-246</guid>
		<description>Hi Daniel,

I&#039;m glad you like the article. Many thanks for pointing out the typo. I fixed it in the original article!

Michiel</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>I&#8217;m glad you like the article. Many thanks for pointing out the typo. I fixed it in the original article!</p>
<p>Michiel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-245</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 15 Nov 2010 20:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-245</guid>
		<description>Hey Mikel,

Really great article.

Found a typo: In your last code snippet, you forgot to append a 1 after your dollar sign:

server {
    listen 80;
    server_name www.yourdomain.com yourdomain.com;
    rewrite ^(.*) https://yourdomain.com$1 permanent;
}

thanks,
-dan</description>
		<content:encoded><![CDATA[<p>Hey Mikel,</p>
<p>Really great article.</p>
<p>Found a typo: In your last code snippet, you forgot to append a 1 after your dollar sign:</p>
<p>server {<br />
    listen 80;<br />
    server_name <a href="http://www.yourdomain.com" rel="nofollow">http://www.yourdomain.com</a> yourdomain.com;<br />
    rewrite ^(.*) <a href="https://yourdomain.com$1" rel="nofollow">https://yourdomain.com$1</a> permanent;<br />
}</p>
<p>thanks,<br />
-dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to: Self-Signed SSL Certificate in Your Rails App Served by &#8230;</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-149</link>
		<dc:creator>How to: Self-Signed SSL Certificate in Your Rails App Served by &#8230;</dc:creator>
		<pubDate>Sat, 16 Jan 2010 04:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-149</guid>
		<description>[...] How &#116;&#111;: Self-Signed SSL Certificate in &#121;&#111;&#117;&#114; Rails App Served by &amp;#8230... [...]</description>
		<content:encoded><![CDATA[<p>[...] How &#116;&#111;: Self-Signed SSL Certificate in &#121;&#111;&#117;&#114; Rails App Served by &amp;#8230&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-144</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Mon, 04 Jan 2010 13:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-144</guid>
		<description>Hi Mohamed1. That&#039;s great news. I&#039;m happy I could help. If you have any other questions about using SSL with Rails or nginx. Please let me know.</description>
		<content:encoded><![CDATA[<p>Hi Mohamed1. That&#8217;s great news. I&#8217;m happy I could help. If you have any other questions about using SSL with Rails or nginx. Please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed1</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-143</link>
		<dc:creator>Mohamed1</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-143</guid>
		<description>I had the same issue at http://onexenvps.com but I figured out it with your tutorial THANKS!</description>
		<content:encoded><![CDATA[<p>I had the same issue at <a href="http://onexenvps.com" rel="nofollow">http://onexenvps.com</a> but I figured out it with your tutorial THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-140</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-140</guid>
		<description>@taf2 (second comment): Agreed, maybe I will write up an article with the same content after I have tested with better demoable alternatives for signed certificates.

And: much thanks for your comments. I rather have smart critical ones than none at all :) If you have any tips or other suggestions, please drop a line!</description>
		<content:encoded><![CDATA[<p>@taf2 (second comment): Agreed, maybe I will write up an article with the same content after I have tested with better demoable alternatives for signed certificates.</p>
<p>And: much thanks for your comments. I rather have smart critical ones than none at all <img src='http://shapingclouds.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you have any tips or other suggestions, please drop a line!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://shapingclouds.com/2010/01/02/how-to-add-some-security-with-a-self-signed-ssl-certificate-to-your-rails-app-running-on-nginx/comment-page-1/#comment-139</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://shapingclouds.com/?p=399#comment-139</guid>
		<description>Hi taf2. I totally agree with you on that point. Self-signing your application is not the right move on production environment. If you want a trustworthy web app in terms of security you need to have a signed certificate by a CA.

However, when you want do demo your app and have sensitive information on it it is at least somewhat better to have a self-signed SSL encrypted connection to prevent network sniffers and the like which can be active both on the client&#039;s side as on the server side. Getting a signed certificate by a CA can take some time and I haven&#039;t had any success with the free alternatives yet.

So, if you want to have your information-sensitive demo up and running as quickly as possible adding a self-signed certificate is better than just leaving it open.</description>
		<content:encoded><![CDATA[<p>Hi taf2. I totally agree with you on that point. Self-signing your application is not the right move on production environment. If you want a trustworthy web app in terms of security you need to have a signed certificate by a CA.</p>
<p>However, when you want do demo your app and have sensitive information on it it is at least somewhat better to have a self-signed SSL encrypted connection to prevent network sniffers and the like which can be active both on the client&#8217;s side as on the server side. Getting a signed certificate by a CA can take some time and I haven&#8217;t had any success with the free alternatives yet.</p>
<p>So, if you want to have your information-sensitive demo up and running as quickly as possible adding a self-signed certificate is better than just leaving it open.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

