How to connect Delphi mqtt client securely to an mqtt broker?

192 views Asked by At

I want to use Delphi mqtt ssl client to connect to a secure mqtt broker for which I got a certificate (.crt). I have got an mqtt client component (pjde/delphi-mqtt on github) but don't know how to make it present the certificate during establishing connection to the broker? I have a demo mqtt client that connects locally to a mosquitto broker without using ssl. Now I would like to try to connect it the global broker to get a subscription from my devices that already are publishing to it. Thank you for any help.

0

There are 0 answers