< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Hey @Daniel, Very good to know, thanks for the information. Actually, when I try the following connections from my local computer, It indeed turns out that only tls v1.0 is working (resiprocate-turn-server current official debian package release is 1.9) : $ openssl s_client -connect turn.my-domain.com:5349 CONNECTED(00000003) 54883:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:[...] —> Could potentially be the TLS Handshake error I am having? Then, when I force the TLS v1.0 option, it succeeds : $ openssl s_client -connect turn.my-domain.com:5349 -tls1 CONNECTED(00000003) depth=1 /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 […] Is there any server-side way to handle this properly? I am not sure if this could be specified in the RTCConfiguration dictionnary (_javascript_, client-side) ; Actually I do not think it’s possible to specify anything else than : - the URL : "{stun|turn|turns}:turn.my-domain:XXXX" - The optional credentials (username / credential) Or would it be any way to specify it directly within the URL, Something like : "turns:turn.my-domain.com:5349?encryption=tlsv1.0" ? Best regards, Florent Schildknecht UX-designer et développeur web auto-entrepreneur +33 6 78 41 74 79 (France)+46 7 64 15 32 64 (Sweden)
|
Attachment:
signature.asc
Description: Message signed with OpenPGP using GPGMail