summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-04-01 18:52:13 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-04-01 18:52:13 +0100
commitee0c7e1ab487b7fec7d143d06eeb5ad7d7ec4fbd (patch)
tree9a31caaaf9aaf801e16ddfe8814ab475eca3a153 /synapse
parentagain (diff)
downloadsynapse-ee0c7e1ab487b7fec7d143d06eeb5ad7d7ec4fbd.tar.xz
again
Diffstat (limited to 'synapse')
-rw-r--r--synapse/crypto/context_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/crypto/context_factory.py b/synapse/crypto/context_factory.py

index 9667b0c806..fbe2bd454d 100644 --- a/synapse/crypto/context_factory.py +++ b/synapse/crypto/context_factory.py
@@ -130,7 +130,7 @@ class ClientTLSOptionsFactory(object): self._config = config self._options_validate = CertificateOptions( # This option implies verify=True - trustRoot=self._config.federation_custom_ca_list, + trustRoot=config.federation_custom_ca_list, ) self._options_novalidate = CertificateOptions(verify=False)