MQTT » TechSparx » Software Development » MQTT Authenticating and encrypting MQTT to Mosquitto with SSL (2022-10-22T21:00:00.000Z) A huge part of modern Internet security is SSL/TLS, which encrypts data and authenticates connections. This is the technology behind HTTPS, and can be used to securely run MQTT on the Internet. Deploying Mosquitto MQTT broker on Linux using Docker (2022-10-12T21:00:00.000Z) Getting started with Mosquitto is deceptively easy. We show you how to avoid the pitfalls.