Edit: I originally thought I had an HA issue too but turned out that the HA peers URL can't be HTTPS, switching to HTTP solved that.
...use localhost in control agent addressuse same port with ip of the interface in HA
Probably can, as long as you can validate certificates.
Quote from: rodovar on February 02, 2024, 05:49:22 pm...use localhost in control agent addressuse same port with ip of the interface in HAThank you for putting time into this. Although I don't think it will work that way. The Config Template from the KEA documentation show the below pictures (and it does make sense; binding the control agent to localhost host, the other node can't communicate with him/her/it).Does it work for you?``` +-host-1-+ +-host-2-+ | | | | | CA <===\ /===> CA | ===== - HTTP connection | # | \ / | # | | # | X | # | ##### - UNIX socket | # | / \ # | | DHCPv4 ==/ \== DHCPv4 | | | | | +--------+ +--------+```Edit: You are right, I read that the other node doesn't need the CA to communicate, it's only for the us humans. But assume I want to use the RESTapi to control the KEA node, I want to bind it to non-localhost. And in that case the issue becomes ... well, an issue I was hoping someone would confirm this use case and in the next step I'd (or he/she/they) would open a bug report.