``root@firewall:~ # service haproxy restarthaproxy not running? (check /var/run/haproxy.pid).[ALERT] 026/234026 (48491) : parsing [/usr/local/etc/haproxy.conf:59] : 'tcp-request content accept' : error detected in frontend '443' while parsing 'if' condition : no such ACL : '{req_ssl_hello_type'[ALERT] 026/234026 (48491) : parsing [/usr/local/etc/haproxy.conf:62] : unknown keyword 'tcp_request' in 'frontend' section[ALERT] 026/234026 (48491) : Error(s) found in configuration file : /usr/local/etc/haproxy.conf[ALERT] 026/234026 (48491) : Fatal errors found in configuration./usr/local/etc/rc.d/haproxy: WARNING: failed precmd routine for haproxyroot@firewall:~ #
HAProxy config contains critical errors[ALERT] 027/000844 (7147) : parsing [/usr/local/etc/haproxy.conf:59] : 'tcp-request content accept' : error detected in frontend '443' while parsing 'if' condition : no such ACL : '{req_ssl_hello_type'[ALERT] 027/000844 (7147) : parsing [/usr/local/etc/haproxy.conf:62] : unknown keyword 'tcp_request' in 'frontend' section[ALERT] 027/000844 (7147) : Error(s) found in configuration file : /usr/local/etc/haproxy.conf[ALERT] 027/000844 (7147) : Fatal errors found in configuration.
I made a ticket for that and assigned it to the maintainer:https://github.com/opnsense/plugins/issues/526
the syntax were changed after the update.i am using a manul rules, before the updates the option pass-though was "tcp-request inspect-delay 5s" after the updates its changes ti "tcp_request inspect-delay 5s".the _ broke the haproxy to start.
Quote from: Julien on January 28, 2018, 01:03:18 amthe syntax were changed after the update.i am using a manul rules, before the updates the option pass-though was "tcp-request inspect-delay 5s" after the updates its changes ti "tcp_request inspect-delay 5s".the _ broke the haproxy to start.I'm pretty sure this was not caused by the (OPNsense/HAProxy) update. There is no code in the plugin that would change custom rules.Regards- Frank
tomorrow i will update one box i have which is not using a syntax and report back.