There are issues in the reverse-proxy validation script where invalid variable names are used, resulting in checks not running correctly.
Example:
for back, back_config in lb['backend'].items():
tmp = dict_search('ssl.ca_certificate', front_config)
if tmp: verify_pki_ca_certificate(lb, tmp)