mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-22 16:59:01 -05:00
haproxy-fix-client-cert-required-value-casing (#4900)
'Required' --> 'required' [NOTICE] (18212) : haproxy version is 3.0.11-9e587df [NOTICE] (18212) : path to executable is /usr/local/sbin/haproxy [ALERT] (18212) : config : parsing [/usr/local/etc/haproxy.conf.staging:66] : 'bind 0.0.0.0:123' in section 'frontend' : 'verify' : unknown verify method 'Required', only 'none', 'optional', and 'required' are supported [ALERT] (18212) : config : Error(s) found in configuration file : /usr/local/etc/haproxy.conf.staging [ALERT] (18212) : config : Fatal errors found in configuration.
This commit is contained in:
committed by
GitHub
parent
e3ab911da7
commit
972776d7e1
@@ -642,7 +642,7 @@
|
||||
<OptionValues>
|
||||
<none>none</none>
|
||||
<optional>optional</optional>
|
||||
<Required>required</Required>
|
||||
<required>required</required>
|
||||
</OptionValues>
|
||||
</ssl_clientAuthVerify>
|
||||
<ssl_clientAuthCAs type="CertificateField">
|
||||
|
||||
Reference in New Issue
Block a user