How to get paho mqtt client to trust a self-signed certificate for TLS
Currently, I am working on a MQTT test project. So I have set up a Mosquitto MQTT broker that must work with TLS. The Problem is, that I cant establish a connection through the PAHO MQTT client using a secure TLS connection, because I use self-signed certificates.