-
Hi guys, I am trying to integrate a broker but run into the following errors when connecting to websocket in Docker (linux). However, running the same code on Mac works without any error. What could cause this issue?
Dockerfile (OS: kernel-6.12.5-linuxkit Linux (Debian GNU/Linux 12))
Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
seanyinx
May 14, 2025
Replies: 1 comment
-
Changing websocket protocol to wss solved the above issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seanyinx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing websocket protocol to wss solved the above issue.