6 years, 11 months ago.

Implementation of HTTPS/SSL

Hi,

Is there way to implement SSL/HTTPS protocol using ESP8266?

Regards Dhamu

Question relating to:

Team for developers working on the ESP8266 WiFi SOC.

2 Answers

6 years, 11 months ago.

You can use the ESP8266 as external WiFi radio using https://github.com/armmbed/esp8266-driver, which is compatible with mbed-http. mbed-http does https as well, see http-example.

6 years, 8 months ago.

do you want to setup HTTPS client or server?