Can't set up MQTT (Mosquito Docker) + SSL + MQTTNet (C#) + Dapr.io binding
I am trying to set up a local MQTT broker using mosquito image and connect to it with MQTTNet as publisher and subscribe using Dapr MQTT binding. Everything works fine if I am using anonymous mode (both in Docker self-hosted…