@isa wrote:
Hi
I have enabled SSL between Haproxy 1.5.18 and my JBoss Nodes. My config for this looks
backend jboss
balance roundrobin
mode http
server node1.com 10.0.0.1:8443 check ssl verify required ca-file /etc/pki/ca-trust/source/anchors/ca_chain.crt verifyhost www.app.com
server node2.com 10.0.0.2:8443 check ssl verify required ca-file /etc/pki/ca-trust/source/anchors/ca_chain.crt verifyhost www.app.comnote I have verifyhost www.app.com because both nodes use the same cert with the CN www.app.com. This helps with using one cert for many nodes.
The problem I am having is , in the jboss logs I see alot (every sec) of debug Warnings
Connection reset by peer
any idea whats the issue here
Posts: 1
Participants: 1