<?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: Using cURL in PHP to access HTTPS (SSL/TLS) protected sites</title>
	<atom:link href="http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/</link>
	<description>the home of peter chng</description>
	<lastBuildDate>Tue, 22 May 2012 03:36:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: brian dao</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-346899</link>
		<dc:creator>brian dao</dc:creator>
		<pubDate>Tue, 22 May 2012 03:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-346899</guid>
		<description>I am trying to setup a facebook application for my site (http://www.ipuptime.net) using Add Link To Facebook plugin.  I got &quot;cURL communication error 60 SSL certificate problem&quot;.

According to your post, adding this line:

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

would fix it.  But where do I add that line?

Thanks.
Brian</description>
		<content:encoded><![CDATA[<p>I am trying to setup a facebook application for my site (<a href="http://www.ipuptime.net" rel="nofollow">http://www.ipuptime.net</a>) using Add Link To Facebook plugin.  I got &#8220;cURL communication error 60 SSL certificate problem&#8221;.</p>
<p>According to your post, adding this line:</p>
<p>curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);</p>
<p>would fix it.  But where do I add that line?</p>
<p>Thanks.<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-344496</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Wed, 16 May 2012 11:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-344496</guid>
		<description>Thank you :)
It was helpful (Y)</description>
		<content:encoded><![CDATA[<p>Thank you <img src='http://unitstep.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It was helpful (Y)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-335201</link>
		<dc:creator>Alastair</dc:creator>
		<pubDate>Sun, 22 Apr 2012 07:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-335201</guid>
		<description>Thanks! In all my years, this is the first time I&#039;ve needed to access a TSL-protected page and the quick, one-liner fix is adequate for my application but the proper fix was an interesting read for future reference. cURL&#039;s capabilities never cease to amaze me!</description>
		<content:encoded><![CDATA[<p>Thanks! In all my years, this is the first time I&#8217;ve needed to access a TSL-protected page and the quick, one-liner fix is adequate for my application but the proper fix was an interesting read for future reference. cURL&#8217;s capabilities never cease to amaze me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ENIGMA122</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-333694</link>
		<dc:creator>ENIGMA122</dc:creator>
		<pubDate>Tue, 17 Apr 2012 20:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-333694</guid>
		<description>just perfect THANKS</description>
		<content:encoded><![CDATA[<p>just perfect THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: v3li</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-329558</link>
		<dc:creator>v3li</dc:creator>
		<pubDate>Sat, 07 Apr 2012 02:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-329558</guid>
		<description>I struggled with more than 8 hours thank you very much!</description>
		<content:encoded><![CDATA[<p>I struggled with more than 8 hours thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-327637</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Sun, 01 Apr 2012 06:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-327637</guid>
		<description>U can use 

file_get_contents(&#039;https://example.com&#039;);


instead of cURL.


Enjoy!!</description>
		<content:encoded><![CDATA[<p>U can use </p>
<p>file_get_contents(&#8216;https://example.com&#8217;);</p>
<p>instead of cURL.</p>
<p>Enjoy!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Clarke</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-322966</link>
		<dc:creator>Michael Clarke</dc:creator>
		<pubDate>Sat, 17 Mar 2012 08:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-322966</guid>
		<description>You are a legend.  I have spent 6 hours trying to get my code working with the Quickbase API. Your explanation is clear and informative.  I also picked up some new ideas along the way.  Keep it up.  We need more guys like you.</description>
		<content:encoded><![CDATA[<p>You are a legend.  I have spent 6 hours trying to get my code working with the Quickbase API. Your explanation is clear and informative.  I also picked up some new ideas along the way.  Keep it up.  We need more guys like you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-321974</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 13 Mar 2012 22:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-321974</guid>
		<description>This is one of the most explicit solutions I have ever seen. Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>This is one of the most explicit solutions I have ever seen. Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Huckabone</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-320043</link>
		<dc:creator>James Huckabone</dc:creator>
		<pubDate>Wed, 07 Mar 2012 00:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-320043</guid>
		<description>Thank you very much for this solution, and thank you to the commenter who mentioned to save (with chain) in Firefox.  It worked perfectly for me.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this solution, and thank you to the commenter who mentioned to save (with chain) in Firefox.  It worked perfectly for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pasha</title>
		<link>http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/comment-page-3/#comment-319896</link>
		<dc:creator>Pasha</dc:creator>
		<pubDate>Tue, 06 Mar 2012 12:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=877#comment-319896</guid>
		<description>Thanks man!
That was realy helpful.</description>
		<content:encoded><![CDATA[<p>Thanks man!<br />
That was realy helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

