Open adambrenneis opened 3 years ago
My MQTT host is behind a reverse proxy, so I use a particular path to route to the actual MQTT service's websocket listener. e.g.
https://www.example.com/services/mqtt
But the app settings don't allow for this, I believe the final URL ends up something like this:
https://www.example.com/services/mqtt:443
I can add a rule for this particular path in my proxy and it seems to work, but it's not ideal.
My MQTT host is behind a reverse proxy, so I use a particular path to route to the actual MQTT service's websocket listener. e.g.
https://www.example.com/services/mqtt
But the app settings don't allow for this, I believe the final URL ends up something like this:
https://www.example.com/services/mqtt:443
I can add a rule for this particular path in my proxy and it seems to work, but it's not ideal.