You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Looking through the source code, at least in case of mbedtls, there is no support for server-side SNI.
A call to mbedtls_ssl_conf_sni is not found in the code that would allow the caller to hook into SNI and for example choose a server certificate based on the requested hostname of the client.
esp-tls: Add support for the CERTIFICATE SELECTION HOOK. The hook has access...
Closes IDFGH-8363 and IDFGH-8340
Closesespressif#9815
See merge request espressif/esp-idf!20690
Answers checklist.
General issue report
Looking through the source code, at least in case of mbedtls, there is no support for server-side SNI.
A call to
mbedtls_ssl_conf_sni
is not found in the code that would allow the caller to hook into SNI and for example choose a server certificate based on the requested hostname of the client.https://mbed-tls.readthedocs.io/en/latest/kb/how-to/use-sni/
The text was updated successfully, but these errors were encountered: