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

Haproxy SSL to backend

$
0
0

@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.com

note 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

Read full topic


Viewing all articles
Browse latest Browse all 4849

Trending Articles



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