<?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>The Developer Day &#187; cml</title>
	<atom:link href="http://www.thedeveloperday.com/tag/cml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedeveloperday.com</link>
	<description>Staying Curious</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:33:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP SoapClient certificate problems</title>
		<link>http://www.thedeveloperday.com/soapclient-missing-extensions/</link>
		<comments>http://www.thedeveloperday.com/soapclient-missing-extensions/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 11:09:05 +0000</pubDate>
		<dc:creator>Žilvinas Šaltys</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[cml]]></category>
		<category><![CDATA[soap-client]]></category>
		<category><![CDATA[web-services]]></category>

		<guid isPermaLink="false">http://www.thedeveloperday.com/soapclient-missing-extensions/</guid>
		<description><![CDATA[I&#8217;ve been working with SoapClient and certificates for some time. I recently switched my old workstation to a new one and while working with a piece of code that seemed to work fine I got an error like this: Unable to set local cert chain file `filename.pem&#8217;; Check that your cafile/capath settings include details of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with SoapClient and certificates for some time. I recently switched my old workstation to a new one and while working with a piece of code that seemed to work fine I got an error like this:</p>
<blockquote><p>U<em>nable to set local cert chain file `filename.pem&#8217;; Check that your cafile/capath settings include details of your certificate and its issuer in somescript.php on line ##</em></p></blockquote>
<p>I tried to google what the problem might be and found a comment that you can get this error if you have curl extension disabled. But in my case it was enabled and working fine. I tried to remember what extensions I had enabled on my previous box and after a few thoughts I decided to enable mcrypt extension which seems related to crypted certificates and after restarting my webserver everything started working fine.</p>
<p>The <a href="http://lt2.php.net/soap" title="soap client documentation">php soapclient documentation</a>  does not mention anything that soapclient is dependency related to curl or mcrypt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedeveloperday.com/soapclient-missing-extensions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
