You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Description
I would like Nucleus to connect to IoT Core with MQTT over Websocket. I've seen this was possible in the past and automatically enabled when using a proxy, but could not find this feature now. Is it still a thing?
Use Case
IoT core is fronted by a nginx proxy. Every requests are TLS SNI analyzed and routed according to the proxy target.
I would prefer not having to setup a specific port with the stream protocol, instead use the built-in websocket support.
Proposed Solution
Add a mqtt.websocket which defaults to false and configures the transport to talk to the websocket endpoint of IoT Core.
👋 I may be able to implement this feature request
⚠️ This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Feature Description
I would like Nucleus to connect to IoT Core with MQTT over Websocket. I've seen this was possible in the past and automatically enabled when using a proxy, but could not find this feature now. Is it still a thing?
Use Case
IoT core is fronted by a nginx proxy. Every requests are TLS SNI analyzed and routed according to the proxy target.
I would prefer not having to setup a specific port with the stream protocol, instead use the built-in websocket support.
Proposed Solution
Add a
mqtt.websocket
which defaults tofalse
and configures the transport to talk to the websocket endpoint of IoT Core.The text was updated successfully, but these errors were encountered: