Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4754

HAProxy SSL handshake failure - unknown CA Error

$
0
0

@kmg wrote:

I've a haproxy setup with tcp mode ssl configuration [ to offload ssl sockets traffic]. But Socket is not connecting from client.

To debug the problem I run sniffer, it shows Alert Message as "Unknown CA (48)".

Firefox browser version - 49.0 [ Ubuntu 16.04 LTS]

HAProxy config entry:

frontend wapp1
bind 10.11.12.202:8080 ssl crt /tmp/crt.pem ca-file /tmp/ca.pem verify optional crt-ignore-err all
default_backend app1

Certificates seems good. I checked it through openssl

[root@webserver3 ~]# openssl verify -CAfile ca.pem verbose crt.pem 
crt.pem: OK
[root@webserver3 ~]#

Error:
SSL handshake failure

the problem comes in production env. Kindly someone help me on this

Posts: 13

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4754

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>