mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 09:06:03 -04:00
fix tests
This commit is contained in:
parent
4fddf8fc77
commit
0ca2908653
2 changed files with 7 additions and 3 deletions
|
@ -111,7 +111,7 @@ class TlsConfig(Config):
|
|||
"""
|
||||
self.tls_certificate = self.read_tls_certificate()
|
||||
|
||||
if not self.no_tls:
|
||||
if self.has_tls_listener():
|
||||
self.tls_private_key = self.read_tls_private_key()
|
||||
|
||||
self.tls_fingerprints = list(self._original_tls_fingerprints)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue