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 test the code "MQTTOverWebsocketClient" and this works fine on ports 8080 and 8090 of "test.mosquitto.org" (without encryption)
But I need to use MQTT over Websockets with TLS and authentication.
I'm using the broker "test.mosquitto.org", port 8091, to test this. But I'm not succeeding.
How can I adapt the code to implement TLS?
I try add (the same of example "MQTTSecureClient") :
String fingerprint = "7E 36 22 01 F9 7E 99 2F C5 DB 3D BE AC 48 67 5B 5D 47 94 D2";
Hi,
I test the code "MQTTOverWebsocketClient" and this works fine on ports 8080 and 8090 of "test.mosquitto.org" (without encryption)
But I need to use MQTT over Websockets with TLS and authentication.
I'm using the broker "test.mosquitto.org", port 8091, to test this. But I'm not succeeding.
How can I adapt the code to implement TLS?
I try add (the same of example "MQTTSecureClient") :
String fingerprint = "7E 36 22 01 F9 7E 99 2F C5 DB 3D BE AC 48 67 5B 5D 47 94 D2";
and add :
but the connection is not established.
can someone help me find a solution to implement MQTT over WebSockets with TLS?
Thank you.
Jorge
The text was updated successfully, but these errors were encountered: