mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
fix bug?
This commit is contained in:
parent
92090d32d4
commit
7168dee695
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class TlsConfig(Config):
|
|||
certs = []
|
||||
for ca_file in custom_ca_list:
|
||||
logger.debug("Reading custom CA certificate file: %s", ca_file)
|
||||
content = self.read_file(ca_file)
|
||||
content = self.read_file(ca_file, "federation_custom_ca_list")
|
||||
|
||||
# Parse the CA certificates
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue