Home » Web Services » XML_RPC » Bug #2350
ssl-related error in server.php file
Details
| Submitted | 2004-09-16 17:45 UTC |
|---|---|
| From | allins at nosc dot mil |
| Status | Bogus |
| Package | XML_RPC |
| PHP Version | 4.3.8 |
| OS | linux 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.