-
Notifications
You must be signed in to change notification settings - Fork 929
communications_encryption_options
Kirill Pimenov edited this page Oct 6, 2016
·
2 revisions
Some implementations of MQTT (such as IBM WebSphere MQ and Mosquitto 1+) support SSL/TLS encryption as included features.
Additionally, SSL/TLS tunnels, SSH tunnels or traditional VPN protocols like IPSec may be used to encrypt the communications between the client and the broker.
Encryption may also be applied outside of MQTT, on the data itself - in the payload of the messages, as a feature of the application.
MQTT Community Wiki by mqtt.org community members is licensed under a Creative Commons Attribution 4.0 International License and was made possible by the generosity of all of its contributors.