Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I use QMqttClient to connect to a MQTT broker that use certificate and private key instead of username and password?
m_client.setUsername("username"); m_client.setPassword("password");
but how to connect by using certificate and private key?
Hi and welcome to devnet,
What broker is that ? Can you give more details about your current setup ?