On this page
TlsMatchers
TlsMatchers API reference.
Proto: tls_matchers.proto
Package: common.gloo.solo.io
Types:
TLSRequestMatcher
Specify TLS request matchers. Must provide an SNI host to match with an incoming request.
Field | Description |
---|---|
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. |