TLS connection error using example from UrsPahoMqttClient extension

I’m testing a TLS connection using an example provided by the UrsPahoMqttClient extension v1.0.0 and v1.1.0 with the following configuration:

  • Broker: test.mosquitto.org
  • Port: 8883
  • TrustedCertFile: mosquitto.org


However, I encountered an error during the connection. Could there be an issue with the configuration, or do I need to update the certificate file?

If anyone has experience with this setup or a working example, I’d appreciate your help. Thank you!

Let's ask the author of the extension @Ulrich_Bien
Taifun

1 Like

I am only using the certificate for ClientID and ClientKeyFile, which are working fine. I think there might be an issue with the TrustedCertFile.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.