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

Commit

Permalink
Enable certificate checking during complement tests (#12435)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Apr 11, 2022
1 parent 772bad2 commit 214f3b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
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

0 comments on commit 214f3b7

Please sign in to comment.