OPNsense Forum

English Forums => High availability => Topic started by: ajr on September 16, 2024, 11:40:15 PM

Title: XMLRPC syncing to none standard port on 24.7.4
Post by: ajr on September 16, 2024, 11:40:15 PM
On a new HA setup, I try to get XMLRPC sync working.
I can reach the webGUI of the backup via pfsync interface from CLI at master with curl.
In HA setting/Synchronize Config, I have <ip4>:<port> .
Should that work ?
Where are sync errors logged ?
Title: Re: XMLRPC syncing to none standard port on 24.7.4
Post by: franco on September 17, 2024, 07:18:39 AM
The help text states that protocol (standard HTTPS) and port (standard 443) for the web GUI should be the same for both firewalls when an IP address was provided.

Apparently you can also input a full URL which then doesn't have to follow the rules.


Cheers,
Franco
Title: Re: XMLRPC syncing to none standard port on 24.7.4 [RESOLVED]
Post by: ajr on September 18, 2024, 05:05:59 PM
Using the URL fixed the problem.
Thanks Franco.