Re: XMLRPC - SSL bug
"Andres Salomon" <[email protected]>
| Newsgroups | gmane.comp.php.xml-rpc |
|---|---|
| Message-ID | <[email protected]> |
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