What's Changed
- Distinguish explicit and inferred TLS host names useful when cluster shards exposed using TLS/SNI by @sandeepkunusoth in #3250
New Contributors
- @sandeepkunusoth made their first contribution in #3250
- When
SslHostis specified, it is always used for SNI - Otherwise, for endpoints discovered at runtime:
- If they are advertised with a host name, that host name is used for SNI
- Otherwise the declared host name in the configuration is used
(previously, the declared host name in configuration would take precedence over an advertised host name if SslHost was not specified)
Full Changelog: 3.3.0...3.3.1