MyNixOS website logo
option

services.trafficserver.sni

Configure aspects of TLS connection handling for both inbound and outbound connections.

Consult the upstream documentation for more details.

Declarations
Type
null or YAML value
Default
null
Example
{
  sni = [{
    fqdn = "no-http2.example.com";
    https = "off";
  }];
}