docs/root/faq/configuration/sni.rst
.. _faq_how_to_setup_sni:
SNI <https://en.wikipedia.org/wiki/Server_Name_Indication>_ is only supported in the :ref:v3 configuration/API <config_overview>.
.. attention::
:ref:TLS Inspector <config_listener_filters_tls_inspector> listener filter must be configured
in order to detect requested SNI.
The following is a YAML example of the above requirement.
.. code-block:: yaml
address: socket_address: { address: 127.0.0.1, port_value: 1234 } listener_filters:
See :ref:SNI configuration <start_quick_start_securing_sni_client> and :ref:validation configuration <start_quick_start_securing_validation>.