Thursday, January 30, 2020

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

I am not using Nginx, I am using daphne, django/channel.

On Thursday, January 30, 2020 at 2:15:25 AM UTC-8, Aldian Fazrihady wrote:
I don't think you should do anything.
My daphne becomes secure/wss because it is behind nginx HTTP termination. 

On Thu, Jan 30, 2020 at 3:06 PM Jeremy Wai <hype...@gmail.com> wrote:
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...@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.


--
Regards,

--
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/d7f56b1d-68be-440e-af13-fde1283fd126%40googlegroups.com.

No comments:

Post a Comment