django / daphne

Django Channels HTTP/WebSocket server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daphne - Twisted custom cipher list using set_cipher method

KaviHarjani opened this issue · comments

I have got a web app in production and it uses Daphne to run it

I want to limit ciphers it accepts, I can do so directly in twisted but cannot do that in Daphne

Would migrating to twisted if only using http http2 and not web sockets, have any effect on the app?

Is there a way to set custom ciphers list on Daphne?

This looks like it would need you twisted/twisted#12137 to be merged no?

Ah yes, actually raised this issue here before raising the PR there haha

Ok, let's close in favour of the upstream issue. Thanks.