Bug #1006
closedXMLRPC sync from the CLI as well as the UI Fail on error conditions
0%
Description
When the backup doesn't allow connecting to the webui there should be a timeout event.
Instead we have this.
[2.0-BETA4][root@pfsense.localdomain]/etc(10): /etc/rc.filter_synchronize
Fatal error: Call to a member function faultCode() on a non-object in /etc/rc.filter_synchronize on line 189
This is also visible as only a beginning XMLRPC sync event in the system logs, but no finish or error message at all.
Updated by Seth Mos about 14 years ago
To be more specific, if the Master if configured for https and the slave for http this causes a 0 length response that the xmlrpc library can't make heads or tails of.
This leads me to believe that this is a long lasting existing bug that wasn't discovered before.
Updated by Ermal Luçi about 14 years ago
- Status changed from New to Feedback
I committed a fix for the error reported.
The solution for the other is to ask the people to input the protocol of the other system ie http, https!
Updated by Chris Buechler almost 14 years ago
- Status changed from Feedback to Resolved