<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tadlock Enterprises &#187; ssl</title>
	<atom:link href="http://www.tadlockenterprises.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tadlockenterprises.com</link>
	<description>A specialized west coast firm focused on product and technology vision, planning and execution.</description>
	<lastBuildDate>Thu, 18 Mar 2010 07:45:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ignore an Invalid SSL Cert in .NET</title>
		<link>http://www.tadlockenterprises.com/2010/03/ignore-an-invalid-ssl-cert-in-net/</link>
		<comments>http://www.tadlockenterprises.com/2010/03/ignore-an-invalid-ssl-cert-in-net/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 01:08:13 +0000</pubDate>
		<dc:creator>Craig Tadlock</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://www.tadlockenterprises.com/?p=456</guid>
		<description><![CDATA[One of our clients integrates with a financial services company which provides an API to access data. Obviously this needs to be secure. Their QA environment is secured via SSL but is exposed only by IP address. A .NET client will by default throw a security exception when you try to create a SSL connection [...]]]></description>
			<content:encoded><![CDATA[<p>One of our clients integrates with a financial services company which provides an API to access data. Obviously this needs to be secure. Their QA environment is secured via SSL but is exposed only by IP address. A .NET client will by default throw a security exception when you try to create a SSL connection by IP because the certificate has been issued to a name. This code will get you past that&#8230;</p>
<p><em>ServicePointManager.ServerCertificateValidationCallback += ((sender, certificate, chain, sslPolicyErrors) =&gt; true);</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tadlockenterprises.com/2010/03/ignore-an-invalid-ssl-cert-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
