Page 1 of 1

Support for https GET/POST

Posted: Mon Mar 28, 2016 1:14 am
by electronicsguy
Hello all,
Does anyone know if esp32 can support https GET/POST requests?

Re: Support for https GET/POST

Posted: Mon Mar 28, 2016 11:18 am
by WiFive
Of course, this is a basic function. But for TLS 1.2 we have to wait and see if they upgrade SSL/TLS library to hopefully use mbedtls.

Re: Support for https GET/POST

Posted: Mon Mar 28, 2016 8:33 pm
by electronicsguy
Well I had to ask because ESP8266 doesn't even support the "basic" https (ssl). So is it documented somewhere that esp32 does support this?

Re: Support for https GET/POST

Posted: Tue Mar 29, 2016 1:53 am
by WiFive

Re: Support for https GET/POST

Posted: Sat Apr 23, 2016 3:05 am
by electronicsguy
Thank you. Well the ESP8266 wifi library finally supports large certificates using WiFiClientSecure (https://github.com/esp8266/Arduino/issu ... -213273175)