Back to Esp Idf

Protocols

docs/en/migration-guides/release-5.x/5.4/protocols.rst

6.1-dev482 B
Original Source

Protocols

:link_to_translation:zh_CN:[中文]

HTTPS Server

Certificate Selection Hook


In order to enable the Certificate Selection hook feature in ESP HTTPS Server, now you need to enable :ref:`CONFIG_ESP_HTTPS_SERVER_CERT_SELECT_HOOK` instead of :ref:`CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK`.

The new :ref:`CONFIG_ESP_HTTPS_SERVER_CERT_SELECT_HOOK` option automatically selects :ref:`CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK`.