@multiplier_x wrote:
We collect log files on one site and then send them over the internet via TCP + TLS to our servers in the cloud. The log files need to be sent evenly between the two servers, so we have put HAProxy infront of them.
Currently the only config I have added to get the connection from the local server to the servers in the cloud via HAPRoxy is:
listen graylog bind *:20000 mode tcp option tcplog balance roundrobin server graylog1 10.32.4.4:20001 check server graylog2 10.32.4.5:20001 check
I believe I need to terminate TLS at the HAProxy server, how would I go about doing this?
Cheers,
G
Posts: 1
Participants: 1