lively-salesclerk-37295
10/29/2022, 12:03 AMprotocol websockets
Then you can make netmaker server talk websocket like this:
MQ_HOST: "ws://netmaker-mq"
The only thing left now is to make netclient contact wss://website.com
. I tried with SERVER_NAME: "wss://website.com"
but it doesn't seem to attempt any connection at all.mqtts://
prefixes configurable, so we can set them as `wss://`:
https://github.com/gravitl/netmaker/blob/4d062b88ba2c56afbd3371e14e9ab36f75c57dfe/netclient/functions/daemon.go#L215
https://github.com/gravitl/netmaker/blob/4d062b88ba2c56afbd3371e14e9ab36f75c57dfe/netclient/functions/daemon.go#L242mqtts://
, maybe I'm missing something in the codebase. Any help very welcome!bored-solstice-58967
10/29/2022, 4:28 AMmqtts
lively-salesclerk-37295
10/29/2022, 6:18 PMbored-island-21407
11/01/2022, 3:20 PMlively-salesclerk-37295
11/01/2022, 10:40 PMbored-island-21407
11/01/2022, 10:52 PM