MQTT SSL security

Hello,
I would like to connect to MQTT broker by using SSL.
How to install the certificate in wizfi360?
Is this possible with wizfi 360? Could you please share the method?

Thank you
Hari

Hello @haricane00

To connect MQTT with SSL/TLS, set to ‘1’ in ‘AT+MQTTCON=<enable>,<broker IP>,<broker port>’.

However, it does not support entering certificates used when connecting to MQTT using ‘AT+MQTTCON’.

If you want to enter certificates, you can implement that part on the application and use it.

This is an example of implementing and using certificate-related applications.

Please refer to the example above.