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
I need to configure an instance of https-portal to work as a proxy to a SSL external Node-RED server.
The Node-RED server is listening https and websocket wss in the same port 443.
To work I need to enable WEBSOCKET: true and configure DOMAINS: "node-red.mirror.example.com -> https://node-red.example.com.
I do that, the https://node-red.mirror.example.com works fine, but wss://node-red.mirror.example.com doesn't work.
What's wrong?
The text was updated successfully, but these errors were encountered:
I need to configure an instance of
https-portal
to work as a proxy to a SSL external Node-RED server.The Node-RED server is listening
https
and websocketwss
in the same port443
.To work I need to enable
WEBSOCKET: true
and configureDOMAINS: "node-red.mirror.example.com -> https://node-red.example.com
.I do that, the
https://node-red.mirror.example.com
works fine, butwss://node-red.mirror.example.com
doesn't work.What's wrong?
The text was updated successfully, but these errors were encountered: