@vignesh-sp wrote:
I am trying to configure a backend with ssl, but it is failing with
Unable to load certificate chainerror.This is a combined cert in the below format -
<PrivateKey> <Cert> <Cert> <Cert> <Cert>When I try to reload with this config, it fails.
It works if I flip the format to -
<Cert> <Cert> <Cert> <Cert> <PrivateKey>currently on HAproxy 2.1.3. When I add the cert in this format and reload the process, it works, but the cert format automatically flips back to -
<PrivateKey> <Cert> <Cert> <Cert> <Cert>and the next reload will not work.
The same cert works in HAproxy 2.0.8 without any of the above problems.
I tested this 2.1.4 as well, the below format doesn’t work.
<PrivateKey> <Cert> <Cert> <Cert> <Cert>The below works and stays the same even after the reload -
<Cert> <Cert> <Cert> <Cert> <PrivateKey>My bad I’m repeating the format again and again, just wanted to be clear.
Can you guys shed some light on why the first format doesn’t work?
Posts: 1
Participants: 1