<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/rvm</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Tue, 19 May 2026 01:39:39 +0000</pubDate>
    <description/>
    <title>Blog (rvm) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/rvm/feed/rss"></atom:link>
    <item>
      <pubDate>Mon, 06 Aug 2012 13:25:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/fix-openssl-error-on-mountain-lion-and-rvm</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/fix-openssl-error-on-mountain-lion-and-rvm</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
Don’t you just hate it when you have a fresh intall of Mountain Lion, RVM and some rubies - then all of a sudden you hit this &lt;code class=&quot;inline&quot;&gt;OpenSSL::SSL::SSLError&lt;/code&gt; error message:&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
The fix is quite simple actually, all you need to do is to download a CA root certificate:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;shell language-shell&quot;&gt;curl http://curl.haxx.se/ca/cacert.pem -o ~/.rvm/usr/ssl/cert.pem&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;
And that’s it! Enjoy!&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/fix-openssl-error-on-mountain-lion-and-rvm</link>
      <title>Fix OpenSSL Error on Mountain Lion (and RVM)</title>
    </item>
  </channel>
</rss>