Thursday, January 30, 2020

Re: How do I use Daphne without websocket "secure"?

My procfile has this line:
web: daphne APbackend.asgi:application --port $PORT --bind 0.0.0.0

On Thursday, January 30, 2020 at 12:04:05 AM UTC-8, Jeremy Wai wrote:
I have a embedded system that doesn't support the 'secure' part of websocket secure, how do i disable the websocket "secure" part of my daphne application? I don't see it anywhere in my code that i've actually set it up.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8e6f77e6-575e-4981-ad41-11bbc3d61908%40googlegroups.com.

No comments:

Post a Comment