use-custom-sni-hostname

This command controls whether to use a custom server name in the SNI extension in the ClientHello message.

Syntax

use-custom-sni-hostname { no | yes }

Parameters

no
Does not use a custom server name. The target hostname is used in the SNI extension instead. This setting is the default value.
yes
Uses a custom server name.

Guidelines

The use-custom-sni-hostname command controls whether to use a custom server name in the SNI extension in the ClientHello message. By default, the target host name is used in the SNI extension.

When this command is set to yes, use the custom-sni-hostname command to specify the custom server name.

This command is required when you specify use-sni with the ssl-client-features command.