<?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 handle secure http (https) via wsgi</title>
	<atom:link href="http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/</link>
	<description>Technology and Startups</description>
	<lastBuildDate>Sun, 12 Aug 2012 16:33:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>By: onlinereputation_management</title>
		<link>http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/comment-page-1/#comment-3354</link>
		<dc:creator>onlinereputation_management</dc:creator>
		<pubDate>Thu, 01 Sep 2011 21:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/#comment-3354</guid>
		<description><![CDATA[&lt;p&gt;It checks for a header indicating whether a request should be&lt;br&gt;considered secure. By default, it looks for &#039;X-Forwarded-Proto&#039;&lt;br&gt;(which will appear in request.META as &#039;HTTP&lt;em&gt;X&lt;/em&gt;FORWARDED_PROTO&#039;)&lt;br&gt;and expects a value of &#039;http&#039; or &#039;https&#039;. All string checks are&lt;br&gt;case-insensitive. You can configure its behavior with these &lt;br&gt;settings:&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>It checks for a header indicating whether a request should be<br />considered secure. By default, it looks for &#39;X-Forwarded-Proto&#39;<br />(which will appear in request.META as &#39;HTTP<em>X</em>FORWARDED_PROTO&#39;)<br />and expects a value of &#39;http&#39; or &#39;https&#39;. All string checks are<br />case-insensitive. You can configure its behavior with these <br />settings:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Dumpleton</title>
		<link>http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/comment-page-1/#comment-868</link>
		<dc:creator>Graham Dumpleton</dc:creator>
		<pubDate>Tue, 28 Oct 2008 04:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/#comment-868</guid>
		<description><![CDATA[&lt;p&gt;FWIW, the way they did it was more complicated than it needed to be. See simpler approach in comment to their blog. Also see:&lt;/p&gt;

&lt;p&gt;http://groups.google.com/group/modwsgi/browse_frm/thread/94f952720c878506&lt;/p&gt;

&lt;p&gt;The real question though is if there was no front end server like nginx involved, what was the Apache configuration that was being used. It seems rather odd that https was being redirected to http addresses. Depending on why they are doing this, it could still be regarded as a misconfiguration.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>FWIW, the way they did it was more complicated than it needed to be. See simpler approach in comment to their blog. Also see:</p>

<p><a href="http://groups.google.com/group/modwsgi/browse_frm/thread/94f952720c878506" rel="nofollow">http://groups.google.com/group/modwsgi/browse_frm/thread/94f952720c878506</a></p>

<p>The real question though is if there was no front end server like nginx involved, what was the Apache configuration that was being used. It seems rather odd that https was being redirected to http addresses. Depending on why they are doing this, it could still be regarded as a misconfiguration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bayuadji</title>
		<link>http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/comment-page-1/#comment-867</link>
		<dc:creator>bayuadji</dc:creator>
		<pubDate>Tue, 28 Oct 2008 02:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/10/28/how-to-handle-secure-http-https-via-wsgi/#comment-867</guid>
		<description><![CDATA[&lt;p&gt;hi,&lt;/p&gt;

&lt;p&gt;nice info, I&#039;ve been looking how to manage django https for a couple a days :)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>hi,</p>

<p>nice info, I&#8217;ve been looking how to manage django https for a couple a days <img src='http://a.khavr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
