Skip to content

Commit

Permalink
Warn about letsencrypt certificates errors
Browse files Browse the repository at this point in the history
Connections from android to a turn server with letsencrypt certificates fail with error:
TLSv1.2 Record Layer: Alert (Level: Fatal, Description: Unknown CA)

This is the same issue than jitsi/jitsi-meet#5589

This remark will hopefully save some trouble to other people.
  • Loading branch information
nirgal authored Jul 9, 2021
1 parent 7c82378 commit 168a582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/turn-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ This will install and start a systemd service called `coturn`.

We recommend that you only try to set up TLS/DTLS once you have set up a
basic installation and got it working.

Please note that letsencrypt authority is currently not supported by element-andoid.

1. Ensure your firewall allows traffic into the TURN server on the ports
you've configured it to listen on (By default: 3478 and 5349 for TURN
Expand Down

0 comments on commit 168a582

Please sign in to comment.