Skip to content
Snippets Groups Projects
Commit f28643ce authored by David Baker's avatar David Baker
Browse files

Uncommit accidentally commited edit to cipher list

parent 5f46be19
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment