Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Enable certificate checking during complement tests #12435

Merged
merged 2 commits into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/12435.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable certificate checking during complement tests.
5 changes: 0 additions & 5 deletions docker/complement/conf-workers/workers-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions docker/complement/conf/homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down