BUG/MINOR: ssl: fix error messages for OCSP loading
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 15 Oct 2019 08:05:37 +0000 (10:05 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 15 Oct 2019 11:50:20 +0000 (13:50 +0200)
commit786188f6bfcc6f8ed2a4fe73b543f572ed2a00a9
treeac87bbfd419c50e6ee2d0dde896af0a1dbf7c238
parentf0eb3739ac5460016455cd606d856e7bd2b142fb
BUG/MINOR: ssl: fix error messages for OCSP loading

The error messages for OCSP in ssl_sock_load_crt_file_into_ckch() add a
double extension to the filename, that can be confusing. The messages
reference a .issuer.issuer file.
src/ssl_sock.c