소스 검색

Mention Let'sEncrypt issues with Element mobile clients

pull/1145/head
pushytoxin 4 년 전
committed by GitHub
부모
커밋
e01134d3b2
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      docs/configuring-playbook-turn.md

+ 11
- 0
docs/configuring-playbook-turn.md 파일 보기

@@ -40,3 +40,14 @@ matrix_jitsi_web_stun_servers:
- stun:HOSTNAME_OR_IP:PORT
```
You can put multiple host/port combinations if you like.

## Disabling TLS support

The Element Android and iOS clients are known not to support _Let's Encrypt_ certificates, leading to increased delays when making calls. ([Android issue](https://github.com/vector-im/element-android/issues/1533), [iOS issue](https://github.com/vector-im/element-ios/issues/2712))
If you serve users with these clients you may want to disable `turns` URIs by adding the following snipplet to your configuration:

```yaml
matrix_synapse_turn_uris:
- 'turn:{{ matrix_server_fqn_matrix }}?transport=udp'
- 'turn:{{ matrix_server_fqn_matrix }}?transport=tcp'
```

불러오는 중...
취소
저장