Does the gateway support for SSL

Hi, i wanted to know can i connect to a broker that has ssl? Can you give me general pointer on how to best secure the system?

Hi,

as it is not supported by the mqtt library used the ssl is not yet supported

How about adding mqtt server fingerprint for a bit of security?

Hi, what do you mean by adding fingerprint ?

Yes… SHA1 fingerprint of the broker added to the sketch… Also if one can use WiFiClientSecure and a https port… This would be a bit more secure than what it is now wont it?

Yes it seems interesting