Skip to content

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

TlsMatchers

Page as Markdown

TlsMatchers API reference.

Proto: tls_matchers.proto

Package: common.gloo.solo.io

TLSRequestMatcher

Specify TLS request matchers. Must provide an SNI host to match with an incoming request.

FieldDescription
sniHosts(repeated string)

Required: SNI (server name indicator) to match on. Wildcard prefixes can be used in the SNI value. For example, ‘*.com’ matches ‘foo.example.com’ as well as ’example.com’. The SNI value must be a subset of the corresponding virtual service’s hosts.
port(uint32)

Optional: Port on the host to match against.