Skip to content

Commit eb6ae1b

Browse files
Lukasapgjones
authored andcommitted
Remove restrictive cipher string
1 parent d88b86f commit eb6ae1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/asyncio/asyncio-server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def window_updated(self, stream_id, delta):
185185
ssl_context.options |= (
186186
ssl.OP_NO_TLSv1 | ssl.OP_NO_TLSv1_1 | ssl.OP_NO_COMPRESSION
187187
)
188-
ssl_context.set_ciphers("ECDHE+AESGCM")
189188
ssl_context.load_cert_chain(certfile="cert.crt", keyfile="cert.key")
190189
ssl_context.set_alpn_protocols(["h2"])
191190

0 commit comments

Comments
 (0)