PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC » Bug #2350

ssl-related error in server.php file

Details

Submitted2004-09-16 17:45 UTC
Fromallins at nosc dot mil
StatusBogus
PackageXML_RPC
PHP Version4.3.8
OSlinux fedora
Roadmaps(Not assigned)

Comments

[2004-09-16 17:45 UTC] allins at nosc dot mil

Description:
------------
related to bug#1498 except affecting Server.php file instead of RPC.php file. when ssl is used, debug message from server is generated, breaking the xml format and erroring out on the client.
narrowed down to function XML_RPC_Server_debugmsg($m) on line 143 of Server.php being executed.

[2004-09-16 20:13 UTC] allins at nosc dot mil

closing report as error was caused by the value being passed, not the usage of ssl as protocol. "-----" in "-----BEGIN CERTIFICATE-----" was causing error.