0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-08 21:58:53 +02:00

Enable certificate checking during complement tests (#12435)

This commit is contained in:
Richard van der Hoff 2022-04-11 16:35:41 +01:00 committed by GitHub
parent 772bad2562
commit 214f3b7d21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 12 deletions

1
changelog.d/12435.misc Normal file
View file

@ -0,0 +1 @@
Enable certificate checking during complement tests.

View file

@ -7,11 +7,6 @@ bcrypt_rounds: 4
## Federation ##
# disable verification of federation certificates
#
# TODO: Figure out why this is still needed even though we are making use of the custom CA
federation_verify_certificates: false
# trust certs signed by Complement's CA
federation_custom_ca_list:
- /complement/ca/ca.crt

View file

@ -41,13 +41,6 @@ database:
## Federation ##
# disable verification of federation certificates
#
# TODO: this is temporary; see
# https://github.com/matrix-org/synapse/issues/11803
federation_verify_certificates: false
# trust certs signed by the complement CA
federation_custom_ca_list:
- /complement/ca/ca.crt