mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
No tls.
This commit is contained in:
parent
2851e647e9
commit
d95b4efb24
1 changed files with 3 additions and 3 deletions
|
@ -186,14 +186,14 @@ federation endpoints; other requests made to recaptcha, identity services
|
|||
etc. will be unaffected.
|
||||
|
||||
```
|
||||
tls.federation_verify_certificates = false
|
||||
federation_verify_certificates = false
|
||||
```
|
||||
|
||||
You can also only disable certificate validation for a specific set of
|
||||
homeservers:
|
||||
|
||||
```
|
||||
tls.federation_certificate_verification_whitelist:
|
||||
federation_certificate_verification_whitelist:
|
||||
- subdomain.my-server.org
|
||||
- example.org
|
||||
- 1.2.3.4
|
||||
|
@ -206,7 +206,7 @@ Authorities, you can do so with the following option. **Note that this list
|
|||
will replace any certificates provided by your operating environment.**
|
||||
|
||||
```
|
||||
tls.federation_custom_ca_list:
|
||||
federation_custom_ca_list:
|
||||
- myCA1.pem
|
||||
- myCA2.pem
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue