Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
214f3b7d
Unverified
Commit
214f3b7d
authored
2 years ago
by
Richard van der Hoff
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable certificate checking during complement tests (#12435)
parent
772bad25
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/12435.misc
+1
-0
1 addition, 0 deletions
changelog.d/12435.misc
docker/complement/conf-workers/workers-shared.yaml
+0
-5
0 additions, 5 deletions
docker/complement/conf-workers/workers-shared.yaml
docker/complement/conf/homeserver.yaml
+0
-7
0 additions, 7 deletions
docker/complement/conf/homeserver.yaml
with
1 addition
and
12 deletions
changelog.d/12435.misc
0 → 100644
+
1
−
0
View file @
214f3b7d
Enable certificate checking during complement tests.
This diff is collapsed.
Click to expand it.
docker/complement/conf-workers/workers-shared.yaml
+
0
−
5
View file @
214f3b7d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docker/complement/conf/homeserver.yaml
+
0
−
7
View file @
214f3b7d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment