commit | a538452fa4085fe71c313f3aa9a24f483cf64c9c | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Oct 25 15:53:01 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Oct 25 15:53:01 2022 +0200 |
tree | ff837144d09c67cadcae7ffb3f64d33294388ed6 | |
parent | f784b90eae4c5f27fd8fa4a4ba2c72a03993ae94 [diff] |
MINOR: ssl: add the SSL error string before the chain Add the SSL error string when failing to load a certificate in ssl_sock_load_pem_into_ckch(). It's difficult to know what happen when no descriptive errror are emitted. This one is for the certificate before trying to load the complete chain.