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
Hello,
I'm trying to use this library (while learning D :D) to write mqtt client for emqx.com serverless broker. It uses 8883 port (MQTT over TLS), but it uses username/password for auth, not certificates. It provides public CA certificate, but that's all. I've tried to adopt your publish example, but it doesn't seem to work with TLS that nicely. Probably it's skill issue, but best to write here. :)
Hello,
I'm trying to use this library (while learning D :D) to write mqtt client for emqx.com serverless broker. It uses 8883 port (MQTT over TLS), but it uses username/password for auth, not certificates. It provides public CA certificate, but that's all. I've tried to adopt your publish example, but it doesn't seem to work with TLS that nicely. Probably it's skill issue, but best to write here. :)
My example:
Outcome:
The text was updated successfully, but these errors were encountered: