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'm running a MQTT broker with websocket support (ws://localhost:9999).
Also I'm running a HTTPS webserver which includes a reverse proxy, routing traffic from /mqtt to localhost:9999.
How would I securely connect to wss://localhost/mqtt with paho.mqtt.rust?
I've tried different server uri and ssl option combinations without success.
I'm able to connect to connect from this web application: http://www.hivemq.com/demos/websocket-client/
The text was updated successfully, but these errors were encountered:
I'm running a MQTT broker with websocket support (
ws://localhost:9999
).Also I'm running a HTTPS webserver which includes a reverse proxy, routing traffic from
/mqtt
tolocalhost:9999
.How would I securely connect to
wss://localhost/mqtt
withpaho.mqtt.rust
?I've tried different server uri and ssl option combinations without success.
I'm able to connect to connect from this web application:
http://www.hivemq.com/demos/websocket-client/
The text was updated successfully, but these errors were encountered: