[phpxmlrpc] Re: XMLRPC - SSL bug

Andres Salomon dilinger@voxel.net
Sat, 11 Jan 2003 15:34:27 -0500


I added two member functions to xmlrpc_client to address this issue in the
1.0.99 release; setSSLVerifyPeer() and setSSLVerifyHost().

On Tue, 31 Dec 2002 11:23:19 +0000, Aydin Kurt-Elli wrote:

> This may have already been posted, but I had to amend line 605 of 
> xmlrpc.inc to set the CURLOPT_SSL_VERIFYPEER to FALSE to get the module 
> to work.
> 
> I presume that the end host I was using must be using an incorrect SSL 
> key that doesn't verify?
> 
> cheers