diff options
author | AndrewFerr <AndrewFerr@users.noreply.github.com> | 2022-01-17 10:13:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 15:13:09 +0000 |
commit | cefd4b87a32a28fddc36a640a14ba3bdb50cb0c6 (patch) | |
tree | d9b0f0e082a2915d6f54c005c72043129c5bb5d5 /changelog.d | |
parent | Fix up docs for `track_puppeted_user_ips` (again) (#11757) (diff) | |
download | synapse-cefd4b87a32a28fddc36a640a14ba3bdb50cb0c6.tar.xz |
Warn against using Let's Encrypt certs for encrypted TURN (#11686)
* Warn against using Let's Encrypt certs for encrypted TURN This helps to avoid client-side issues: * https://github.com/vector-im/element-android/issues/1533 * https://github.com/vector-im/element-ios/issues/2712 Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11686.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11686.doc b/changelog.d/11686.doc new file mode 100644 index 0000000000..41bc7799d4 --- /dev/null +++ b/changelog.d/11686.doc @@ -0,0 +1 @@ +Warn against using a Let's Encrypt certificate for TLS/DTLS TURN server client connections, and suggest using ZeroSSL certificate instead. This bypasses client-side connectivity errors caused by WebRTC libraries that reject Let's Encrypt certificates. Contibuted by @AndrewFerr. |