You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I've installed and configured coturn daemon for tls and plaintext listeners.
It work fine, while connection is plaintext: turn_uris: [ "turn:domain.tld:3478?transport=udp", "turn:domain.tld:3478?transport=tcp" ]
testssl.sh domain.tld:5349 and testssl.sh domain.tld:3478 also shows no errors.
But when I use turn_uris: [ "turns:domain.tld:5349?transport=udp", "turns:domain.tld:5349?transport=tcp" ]
or turn_uris: [ "turns:domain.tld:3478?transport=udp", "turns:domain.tld:3478?transport=tcp" ]
If all clients are affected, I would maybe start with riot-web and mention it affects the others as well, rather than fragmenting the conversation across 3 issues. (For the moment, it sounds like a TURN server configuration issue or coturn bug, but it's hard to be sure.)
I've installed and configured coturn daemon for tls and plaintext listeners.
It work fine, while connection is plaintext:
turn_uris: [ "turn:domain.tld:3478?transport=udp", "turn:domain.tld:3478?transport=tcp" ]
testssl.sh domain.tld:5349
andtestssl.sh domain.tld:3478
also shows no errors.But when I use
turn_uris: [ "turns:domain.tld:5349?transport=udp", "turns:domain.tld:5349?transport=tcp" ]
or
turn_uris: [ "turns:domain.tld:3478?transport=udp", "turns:domain.tld:3478?transport=tcp" ]
turnserver reports an error:
session closed ... reason: TLS/TCP socket buffer operation error (callback)
The text was updated successfully, but these errors were encountered: