How can I use a broker that uses wss://.. and has a cert file associated with it with this library?
For using ws://.. and mqtt://.., no problem.. :)
But to use tcp/tls or wss, I didn't see any implementation requiring ca.cert file in the MQTTClient.java .
Am I correct that this has not been implemented yet and if so, is there any future plan to accomodate secure connections?
How can I use a broker that uses
wss://..and has acertfile associated with it with this library?For using
ws://..andmqtt://.., no problem.. :)But to use
tcp/tlsorwss, I didn't see any implementation requiringca.certfile in theMQTTClient.java.Am I correct that this has not been implemented yet and if so, is there any future plan to accomodate secure connections?