I have this following setup for rfc5766-turn-server but i am not sure yet how to enable the TLS in turnserver.conf?
Any idea what is missing to make sure TLS is activated and what else related sources are missing?
# cat turnserver.conf
user=root:root
realm=x.x.x.x
#no-tls
#no-dtls
syslog
aux-server=x.x.x.x:80
aux-server=x.x.x.x:443
Problem: When TURN client connects with following primitives, to that above TURN server then there is auto TURN session close issue.
config: '{"iceServers":[{"urls":"stun:stun.l.google.com:19302"},
{"credential":"root","urls":"turn:root@XXXXX:443?transport=tcp"}],
"iceTransports":"relay"}';
NOTE: 443 TCP
or
config: '{"iceServers":[{"urls":"stun:stun.l.google.com:19302"},
{"credential":"root","urls":"turn:root@XXXXX:80?transport=tcp"}],
"iceTransports":"relay"}';
NOTE: 80 TCP