<?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 open-uri play nice with HTTPS and expired certificates</title>
	<atom:link href="http://www.peterkrantz.com/2007/open-uri-cert-verification/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterkrantz.com/2007/open-uri-cert-verification/</link>
	<description>A blog about technology, visualization, music and unmanned vehicle experiments</description>
	<pubDate>Tue, 06 Jan 2009 23:40:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rolf Bjaanes</title>
		<link>http://www.peterkrantz.com/2007/open-uri-cert-verification/comment-page-1/#comment-2346</link>
		<dc:creator>Rolf Bjaanes</dc:creator>
		<pubDate>Sun, 02 Nov 2008 13:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterkrantz.com/2007/open-uri-cert-verification/#comment-2346</guid>
		<description>To be extremely dirty you can just do this to bypass:

OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE</description>
		<content:encoded><![CDATA[<p>To be extremely dirty you can just do this to bypass:</p>
<p>OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominic</title>
		<link>http://www.peterkrantz.com/2007/open-uri-cert-verification/comment-page-1/#comment-1935</link>
		<dc:creator>dominic</dc:creator>
		<pubDate>Wed, 04 Apr 2007 16:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterkrantz.com/2007/open-uri-cert-verification/#comment-1935</guid>
		<description>in ruby 1.9 open-uri has this

open(uri,:ssl_verify_mode =&#62; OpenSSL::SSL::VERIFY_NONE)</description>
		<content:encoded><![CDATA[<p>in ruby 1.9 open-uri has this</p>
<p>open(uri,:ssl_verify_mode =&gt; OpenSSL::SSL::VERIFY_NONE)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dyldev</title>
		<link>http://www.peterkrantz.com/2007/open-uri-cert-verification/comment-page-1/#comment-1123</link>
		<dc:creator>Dyldev</dc:creator>
		<pubDate>Mon, 29 Jan 2007 21:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterkrantz.com/2007/open-uri-cert-verification/#comment-1123</guid>
		<description>Nice! It would be great if this was an option though. Are there other verification modes?</description>
		<content:encoded><![CDATA[<p>Nice! It would be great if this was an option though. Are there other verification modes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
