mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 14:24:56 -04:00
Pass through _get_event_txn
This commit is contained in:
parent
3b1930e8ec
commit
d46b18a00f
2 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@ class ServerContextFactory(ssl.ContextFactory):
|
|||
context.use_privatekey(config.tls_private_key)
|
||||
|
||||
context.load_tmp_dh(config.tls_dh_params_path)
|
||||
context.set_cipher_list("!ADH:HIGH+kEDH:!AECDH:HIGH+kEECDH")
|
||||
context.set_cipher_list("!ADH:HIGH+kEDH:!AECDH:HIGH+kEECDH:HIGH")
|
||||
|
||||
def getContext(self):
|
||||
return self._context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue