steep-balloon-41261
12/06/2022, 1:17 PMjolly-daybreak-70827
12/06/2022, 1:19 PMjolly-daybreak-70827
12/06/2022, 1:20 PMjolly-daybreak-70827
12/06/2022, 2:44 PMudp_port to 3478 and that works as well. Maybe UDP is indeed obligatory?dry-elephant-14928
12/06/2022, 8:55 PMjolly-daybreak-70827
12/07/2022, 5:58 AMhave you set up SSL certs with the embedded TURN server?Hi @dry-elephant-14928, yes I have. I have a domain that I created certs for using letsencrypt. The certs are on the VM that I am using and I have
external_tls set to false.dry-elephant-14928
12/07/2022, 7:40 AMjolly-daybreak-70827
12/07/2022, 10:12 AMcan you post the TURN configs here? (please redact any SSL keys)
turn:
enabled: true
domain: <http://example.com|example.com>
cert_file: "/etc/letsencrypt/live/example.com/fullchain.pem"
key_file: "/etc/letsencrypt/live/example.com/privkey.pem"
tls_port: 443
udp_port: 3478
external_tls: falsejolly-daybreak-70827
12/07/2022, 10:13 AMturn_servers: section of the config.yaml is currently empty.dry-elephant-14928
12/07/2022, 5:20 PM