Search code examples
ssliottls1.2starttlskaa

SSL/TLS support in Kaa with ESP8266


I am new to Kaa and is trying to implement a Kaa based solution with ESP8266. I want to know if it supports SSL/TLS sockets for communication. If not, is there any way to make communication secure (like starttls).

I am currently programming ESP 12E (A variant of ESP8266) using Arduino IDE. Is there any way for me to send data directly to a Kaa installation through secure communication?

Thanks is advance!


Solution

  • Starting from Kaa 0.10, the C SDK uses a hybrid RSA+AES encrypted connection by default.

    See KAA-635 for more details.