<?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: Making HttpWebRequest work while having Fiddler decrypt SSL</title>
	<atom:link href="http://grootveld.com/archives/22/making-httpwebrequest-work-while-having-fiddler-decrypt-ssl/feed" rel="self" type="application/rss+xml" />
	<link>http://grootveld.com/archives/22/making-httpwebrequest-work-while-having-fiddler-decrypt-ssl</link>
	<description>But I digress...</description>
	<lastBuildDate>Mon, 17 Nov 2008 06:38:34 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnout</title>
		<link>http://grootveld.com/archives/22/making-httpwebrequest-work-while-having-fiddler-decrypt-ssl/comment-page-1#comment-441</link>
		<dc:creator>Arnout</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://grootveld.com/archives/22#comment-441</guid>
		<description>The only thing this line of code does, is accepting certificates regardless of their validity.

If you get a 401 response, this means that you need to provide credentials &#8212; that&#039;s not affected by the &lt;code&gt;ServerCertificateValidationCallback&lt;/code&gt;. What happens if you go to that URL using a browser?</description>
		<content:encoded><![CDATA[<p>The only thing this line of code does, is accepting certificates regardless of their validity.</p>
<p>If you get a 401 response, this means that you need to provide credentials &mdash; that&#8217;s not affected by the <code>ServerCertificateValidationCallback</code>. What happens if you go to that URL using a browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheDirtyBird</title>
		<link>http://grootveld.com/archives/22/making-httpwebrequest-work-while-having-fiddler-decrypt-ssl/comment-page-1#comment-440</link>
		<dc:creator>TheDirtyBird</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://grootveld.com/archives/22#comment-440</guid>
		<description>ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };


What do I replace &#039;true&#039; with?  My application wants to connect, but I get the error:

&quot;The remote server returned an error: (401) Unauthorized.&quot;</description>
		<content:encoded><![CDATA[<p>ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };</p>
<p>What do I replace &#8216;true&#8217; with?  My application wants to connect, but I get the error:</p>
<p>&#8220;The remote server returned an error: (401) Unauthorized.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
