<?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: Using HttpWebRequest to perform HTTPS post fails with strange error message</title>
	<atom:link href="http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Sep 2011 01:27:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: roy</title>
		<link>http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/comment-page-1/#comment-32629</link>
		<dc:creator>roy</dc:creator>
		<pubDate>Wed, 14 Sep 2011 15:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=41#comment-32629</guid>
		<description>Thanks that really helped me</description>
		<content:encoded><![CDATA[<p>Thanks that really helped me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/comment-page-1/#comment-13544</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 07 Sep 2010 05:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=41#comment-13544</guid>
		<description>Thankyou! Thankyou! Thankyou!  I&#039;ve been trying to figure this out for hours.  Whats weird is the negotiation works from a web browser (IE) but not from HttpWebRequest.  I would think HttpWebRequest would follow same negotiation as IE.</description>
		<content:encoded><![CDATA[<p>Thankyou! Thankyou! Thankyou!  I&#8217;ve been trying to figure this out for hours.  Whats weird is the negotiation works from a web browser (IE) but not from HttpWebRequest.  I would think HttpWebRequest would follow same negotiation as IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/comment-page-1/#comment-13050</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 23 Aug 2010 22:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=41#comment-13050</guid>
		<description>Thanks for this, have been tearing my hair out!</description>
		<content:encoded><![CDATA[<p>Thanks for this, have been tearing my hair out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rico</title>
		<link>http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/comment-page-1/#comment-2460</link>
		<dc:creator>Rico</dc:creator>
		<pubDate>Wed, 08 Apr 2009 17:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=41#comment-2460</guid>
		<description>Thanks Tom!!  Worked first time.  Darned Win2008. To others: add that line

ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;

before creating your WebRequest object.  That&#039;s all.</description>
		<content:encoded><![CDATA[<p>Thanks Tom!!  Worked first time.  Darned Win2008. To others: add that line</p>
<p>ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;</p>
<p>before creating your WebRequest object.  That&#8217;s all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/comment-page-1/#comment-1196</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 05 Jan 2009 03:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=41#comment-1196</guid>
		<description>Sorry, the formatting wasn&#039;t great...it didn&#039;t stand out. 

You&#039;ll need to add this to your code: 


ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;</description>
		<content:encoded><![CDATA[<p>Sorry, the formatting wasn&#8217;t great&#8230;it didn&#8217;t stand out. </p>
<p>You&#8217;ll need to add this to your code: </p>
<p>ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M Wiseman</title>
		<link>http://www.phishthis.com/2008/08/13/using-httpwebrequest-to-perform-https-post-fails-with-strange-error-message/comment-page-1/#comment-1193</link>
		<dc:creator>M Wiseman</dc:creator>
		<pubDate>Mon, 05 Jan 2009 00:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=41#comment-1193</guid>
		<description>How do you force SSL3 using HttpWebRequest?</description>
		<content:encoded><![CDATA[<p>How do you force SSL3 using HttpWebRequest?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

