steep-balloon-41261
01/12/2023, 1:42 PMdry-elephant-14928
01/13/2023, 12:12 AMmode http
server app-01 10.0.0.20:5349
I'm not familiar with haproxy setup, but I think you'll need to use sni (level 4 TLS termination) instead.agreeable-minister-78501
01/13/2023, 11:22 AMfrontend turn_livekit
bind 0.0.0.0:5349
mode tcp
default_backend turn_livekit_backend
maxconn 65000
backend turn_livekit_backend
#mode http
mode tcp
#server app-01 10.0.0.20:5349
server app-01 10.0.0.20
Our current TURN config:
turn:
enabled: true
domain: <http://turn.xyz.com|turn.xyz.com>
tls_port: 3478
cert_file: /working/path/to/cert
key_file: /working/path/to/key
external_tls: false
Unfortunately with no effect 😕