Android Question JMQTTBroker with SSL

Erel

B4X founder
Staff member
Licensed User
Longtime User
The underlying moquette project is written for the JVM, not Android. It is not clear at all that it will run over TLS on Android. The only reference that I see is this unanswered question: https://stackoverflow.com/questions/60287127/embedded-mqtt-broker-error-on-tls-handshake

Even if it will work, the clients will need to be configured with the "accept all" less secure option.

A simple alternative is to encrypt the data yourself. It is very simple to do with B4XEncryption.
 
Upvote 0
Top