mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
In TLS v1.2, It was possible to disable server certificate validation simply by using API 'mbedtls_ssl_conf_authmode'. But this behaviour is changed in TLS v1.3. We can not disable server certificate validation in TLS v1.3 using this API anymore. For more details, refer https://github.com/Mbed-TLS/mbedtls/issues/7075