<?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: Ruby XMLRPC over a Self Certified SSL with a warning</title>
	<atom:link href="http://blog.chmouel.com/2008/03/21/ruby-xmlrpc-over-a-self-certified-ssl-with-a-warning/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chmouel.com/2008/03/21/ruby-xmlrpc-over-a-self-certified-ssl-with-a-warning/</link>
	<description>Random and probably boring stuff.</description>
	<lastBuildDate>Tue, 24 Jan 2012 23:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michael Conigliaro</title>
		<link>http://blog.chmouel.com/2008/03/21/ruby-xmlrpc-over-a-self-certified-ssl-with-a-warning/comment-page-1/#comment-4564</link>
		<dc:creator>Michael Conigliaro</dc:creator>
		<pubDate>Mon, 03 May 2010 20:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.chmouel.com/blog/2008/03/21/ruby-xmlrpc-over-a-self-certified-ssl-with-a-warning/#comment-4564</guid>
		<description>Hello,

The above code written by &quot;rarara&quot; is wrong. The correct code is:

server.instance_variable_get(:@http).instance_variable_get(:@ssl_context).instance_variable_set(:@verify_mode, OpenSSL::SSL::VERIFY_NONE)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The above code written by &#8220;rarara&#8221; is wrong. The correct code is:</p>
<p>server.instance_variable_get(:@http).instance_variable_get(:@ssl_context).instance_variable_set(:@verify_mode, OpenSSL::SSL::VERIFY_NONE)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rarara</title>
		<link>http://blog.chmouel.com/2008/03/21/ruby-xmlrpc-over-a-self-certified-ssl-with-a-warning/comment-page-1/#comment-3474</link>
		<dc:creator>rarara</dc:creator>
		<pubDate>Sun, 23 Nov 2008 21:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chmouel.com/blog/2008/03/21/ruby-xmlrpc-over-a-self-certified-ssl-with-a-warning/#comment-3474</guid>
		<description>Also you can do like this:

server = XMLRPC::Client.new2(&#039;https://.......

server.instance_variable_get(:@http).instance_variable_set(:@verify_mode, OpenSSL::SSL::VERIFY_NONE)

server.call(.......</description>
		<content:encoded><![CDATA[<p>Also you can do like this:</p>
<p>server = XMLRPC::Client.new2(&#8216;<a href="https://......" rel="nofollow">https://&#8230;&#8230;</a>.</p>
<p>server.instance_variable_get(:@http).instance_variable_set(:@verify_mode, OpenSSL::SSL::VERIFY_NONE)</p>
<p>server.call(&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

