Skip to content
Snippets Groups Projects
Unverified Commit 214f3b7d authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Enable certificate checking during complement tests (#12435)

parent 772bad25
No related branches found
No related tags found
No related merge requests found
Enable certificate checking during complement tests.
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment