<?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>Leoganda.net &#187; XAMPP</title>
	<atom:link href="http://www.leoganda.net/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leoganda.net</link>
	<description></description>
	<lastBuildDate>Tue, 25 May 2010 16:33:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to enable XAMPP SSL socket transport</title>
		<link>http://www.leoganda.net/how-to-enable-xampp-ssl-socket-transport/</link>
		<comments>http://www.leoganda.net/how-to-enable-xampp-ssl-socket-transport/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 13:37:06 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=24</guid>
		<description><![CDATA[Hi today I have an experiment with GData in Zend Framework PHP , and found an error that my XAMPP prevent SSL socket transport and return this error. Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. Error #24: Unable to find the socket transport "ssl" - did you forget to enable [...]]]></description>
			<content:encoded><![CDATA[<p>Hi today I have an experiment with <a href="http://framework.zend.com/download/webservices" target="_blank">GData</a> in Zend Framework PHP , and found an error that my <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP </a>prevent SSL socket transport and return this error.</p>
<p><code>Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. Error #24: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?'</code><span id="more-24"></span></p>
<p>Here&#8217;s the solution to make your XAMPP support socket transport SSL.<br />
1. First stop your Apache service<br />
2. Find <code>libeay32.dll</code> and <code>ssleay32.dll</code> in <code>xampp\php\</code> folder, and copy it into  <code>xampp\apache\bin\</code> folder. Just overwrite the older files in there.<br />
3. Edit <code>php.ini</code> file in <code>xampp\apache\bin</code>, remove the semicolon in &#8220;<code>;extension=php_openssl.dll</code>&#8221;<br />
4. Start the Apache service</p>
<p>That&#8217;s it, your SSL transport socket in your XAMPP has been activated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/how-to-enable-xampp-ssl-socket-transport/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
