SSL issues at HAProxy
SSL issues at HAProxy
- Home
- Control Panel
- Community Forum
- Services
- SSL Certificate
- SSL issues at HAProxy
- Community Forum
- SSL issues at HAProxy
Topic: SSL issues at HAProxy
Hi, I have tried concatening the private key, the intermediate cert, and the 2017 cert into a pen from the ones I received from you but still not working at my HAProxy. Please help.
'bind 0.0.0.0:443' : inconsistencies between private key and certificate loaded from PEM file.
'bind 0.0.0.0:443' : inconsistencies between private key and certificate loaded from PEM file.
Reply with quote | Report
LIANG WONG wrote:Hi, I have tried concatening the private key, the intermediate cert, and the 2017 cert into a pen from the ones I received from you but still not working at my HAProxy. Please help.
'bind 0.0.0.0:443' : inconsistencies between private key and certificate loaded from PEM file.
-----BEGIN RSA PRIVATE KEY-----
(Your Private Key: domainname.key)
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: domainname.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Intermediate certificate: intermediate1.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: root.crt)
-----END CERTIFICATE-----
Reply with quote | Report
Concatenating the certs in below order works for me.
1) Root Cert
2) Intermediate Cert
3) Private Key
Thanks.
1) Root Cert
2) Intermediate Cert
3) Private Key
Thanks.
Reply with quote | Report
Author | Topic: SSL issues at HAProxy |
---|---|
LIANG WONG Joined: 5/18/2017 |
![]() Friday, May 19, 2017 2:58 PM
Hi, I have tried concatening the private key, the intermediate cert, and the 2017 cert into a pen from the ones I received from you but still not working at my HAProxy. Please help.
'bind 0.0.0.0:443' : inconsistencies between private key and certificate loaded from PEM file. |
CobyDeCock Joined: 3/23/2017 |
![]() Sunday, May 21, 2017 1:11 PM
-----BEGIN RSA PRIVATE KEY----- (Your Private Key: domainname.key) -----END RSA PRIVATE KEY----- -----BEGIN CERTIFICATE----- (Your Primary SSL certificate: domainname.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Intermediate certificate: intermediate1.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Root certificate: root.crt) -----END CERTIFICATE----- |
clewlb Joined: 5/18/2017 |
![]() Sunday, May 21, 2017 7:56 PM
Concatenating the certs in below order works for me.
1) Root Cert 2) Intermediate Cert 3) Private Key Thanks. |

Friday, April 4, 2025 4:08 AM