Search found 1 match
- Sat May 23, 2020 10:06 am
- Forum: ESP32 Arduino
- Topic: esp_tls handshake failure (using client authentication)
- Replies: 0
- Views: 2006
esp_tls handshake failure (using client authentication)
I'm trying to migrate some TLS code from esp8266 to esp32. In the original version, I used WifiClientSecure to take care of the whole handshake/authentication part; On the esp32, I tried to use the esp_tls library, however it keeps returning me "mbedtls_ssl_handshake returned -0x2700". This is the c...