mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 12:45:03 -04:00
Uncommit accidentally commited edit to cipher list
This commit is contained in:
parent
5f46be19a7
commit
f28643cea9
1 changed files with 1 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:HIGH")
|
||||
context.set_cipher_list("!ADH:HIGH+kEDH:!AECDH:HIGH+kEECDH")
|
||||
|
||||
def getContext(self):
|
||||
return self._context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue