<?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: Workaround for IE/SSL Problem</title>
	<atom:link href="http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem#comment-63304</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 06 Jun 2008 09:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/11/03/workaround-for-iessl-problem/#comment-63304</guid>
		<description>Adding a bogus Pragma header works too.
In PHP:

header(&quot;Pragma: dummy=bogus&quot;);
header(&quot;Cache-Control: private&quot;);</description>
		<content:encoded><![CDATA[<p>Adding a bogus Pragma header works too.<br />
In PHP:</p>
<p>header(&#8220;Pragma: dummy=bogus&#8221;);<br />
header(&#8220;Cache-Control: private&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem#comment-6454</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 14 Jul 2005 14:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/11/03/workaround-for-iessl-problem/#comment-6454</guid>
		<description>It&#039;s an Apache configuration setting, so httpd.conf or .htaccess.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an Apache configuration setting, so httpd.conf or .htaccess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dvc</title>
		<link>http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem#comment-6453</link>
		<dc:creator>dvc</dc:creator>
		<pubDate>Thu, 14 Jul 2005 13:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/11/03/workaround-for-iessl-problem/#comment-6453</guid>
		<description>i assume this line is added in in the httpd.conf file?</description>
		<content:encoded><![CDATA[<p>i assume this line is added in in the httpd.conf file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Landsman's Weblog</title>
		<link>http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem#comment-2935</link>
		<dc:creator>Ian Landsman's Weblog</dc:creator>
		<pubDate>Thu, 04 Nov 2004 01:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/11/03/workaround-for-iessl-problem/#comment-2935</guid>
		<description>&lt;strong&gt;IE Download Bug&lt;/strong&gt;
Alex King came across a work around for the IE file download bug. I found this one on Joseph Scott&#039;s blog previously and it seems to work well:

http://alexking.org/blog/wp-trackback.php/1108</description>
		<content:encoded><![CDATA[<p><strong>IE Download Bug</strong><br />
Alex King came across a work around for the IE file download bug. I found this one on Joseph Scott&#8217;s blog previously and it seems to work well:</p>
<p><a href="http://alexking.org/blog/wp-trackback.php/1108" rel="nofollow">http://alexking.org/[...]ack.php/1108</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dblookup.info</title>
		<link>http://alexking.org/blog/2004/11/03/workaround-for-iessl-problem#comment-2934</link>
		<dc:creator>dblookup.info</dc:creator>
		<pubDate>Wed, 03 Nov 2004 22:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/11/03/workaround-for-iessl-problem/#comment-2934</guid>
		<description>&lt;strong&gt;Workaround for IE/SSL downloading file problem&lt;/strong&gt;
I ran into this problem before and I didn&#039;t find a descent solution. So you might be interested with the one proposed by Alex King.


Header unset Pragma
Header unset Cache-Control


(I didn&#039;t test it myself yet)</description>
		<content:encoded><![CDATA[<p><strong>Workaround for IE/SSL downloading file problem</strong><br />
I ran into this problem before and I didn&#8217;t find a descent solution. So you might be interested with the one proposed by Alex King.</p>
<p>Header unset Pragma<br />
Header unset Cache-Control</p>
<p>(I didn&#8217;t test it myself yet)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

