Hi guys,
I need to have following codesnippet in /usr/local/etc/haproxy.conf in backend pool:
server kibana_E1 10.1.1.2:443 check inter 2s port 443 check-ssl verify none source 1.1.1.254
server kibana_E2 10.1.1.3:443 check inter 2s port 443 check-ssl verify none source 1.1.1.254
but throuh GUI I'm can only choose ssl instead of check-ssl as health check. This works if I do this manually in mentioned file and restart haproxy.
The problem is that this is rewritten after Apply trough GUI.
So how to do it? The only way I can see now is to edit /usr/local/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf, but not sure what it does after upgrade.
Currently I'm running 19.1.2.
Thank you for help.
Easiest way if you don't know how is requesting the feature for the GUI plugin here:
https://github.com/opnsense/plugins/issues
Cheers,
Franco
Thank you, I did so https://github.com/opnsense/plugins/issues/1282
Splendid, thanks. Handed over to maintainer of the plugin.
Cheers,
Franco