You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Hello everyone. We`ve faced a very peculiar problem: a firewall that we can't control blocks DTLS v1.0 handshakes but allows DTLS v1.2 ones. This is why we can make videocalls only if a browser and Janus decided to use DTLS v1.2. Can we configure Janus to use only DTLS v1.2? Or maybe there are ways to set DTLS v1.2 from JavaScript code in a browser? So far I haven't found straightforward options.
Lorenzo Miniero
unread,
Mar 2, 2022, 3:07:44 AM3/2/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
You'll have to edit the code for that, I think. Anyway, I think the DTLS allows for both 1.0 and 1.2.
L.
Lorenzo Miniero
unread,
Mar 2, 2022, 3:08:16 AM3/2/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
*the DTLS we send
Ильгам Габдуллин
unread,
Mar 2, 2022, 6:26:05 AM3/2/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
We are facing the same problem :(
Is it possible to implement this configuration in janus so we could specify the version of DTLS?
Or may be you could show us where to change the code?