django / daphne

Django Channels HTTP/WebSocket server
BSD 3-Clause "New" or "Revised" License
2.32k stars 256 forks source link

Daphne - Twisted custom cipher list using set_cipher method #511

Closed KaviHarjani closed 2 months ago

KaviHarjani commented 2 months ago

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?

carltongibson commented 2 months ago

This looks like it would need you https://github.com/twisted/twisted/pull/12137 to be merged no?

KaviHarjani commented 2 months ago

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

carltongibson commented 2 months ago

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