Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] How to use Android Paho java client to create SSL/TLS connection to mosquitto

Hi,

I've been trying to use Android Paho java client to create SSL/TLS connection to mosquitto. My mosquitto broker has two TLS listeners, one requires client certificate, the other one does not.

How to connect to the listener that requires client certificate? How to connect to the one that does not? The ca certificate, client certificate and client key are stored in the Android device. Any third-party java libraries needed? Any code examples?

Thanks
Romu


Back to the top