Encryption
REST API Over SSL
IIoTNext Platform accepts telemetry from the device over REST APIs. Only HTTPS is supported not HTTP. This is to ensure all data transfer communication is encrypted. As a result, your data is secure and cannot be interpreted by a third party. See the details at HTTP Device API.
MQTT Over SSL
IIoTNext Platform has a built-in MQTT broker with SSL. All telemetry data sent over MQTT is encrypted using SSL. A self-signed certificate is used for authentication. All MQTT clients should use the CA certificate to connect to the IIoTNext Platform MQTT Broker. See the details at MQTT Device API.