services.trafficserver.sni

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

Consult the upstream documentation for more details.

Type
null or YAML 1.1 value
Default
null
Example
{
  sni = [{
    fqdn = "no-http2.example.com";
    https = "off";
  }];
}
Declared
<nixpkgs/nixos/modules/services/web-servers/trafficserver/default.nix>