Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default is "0", which means we no longer attach the server sessions to the client by default. This is a change from previous versions of Apache Traffic Server, but it's a reasonable change since it changes what should be considered a broken behavior. Changing this configuration to "1" will not restore the old behavior, but will instead always attach the server sessions regardless of what proxy.config.http.server_max_connections is set to.

JiraTS-2422

SSL new features and improvements

...

Code Block
    CONFIG proxy.config.ssl.TLSv1_1 INT 1
    CONFIG proxy.config.ssl.TLSv1_2 INT 0

JiraTS-2335

RFC 5077 TLS Session tickets

...

Code Block
ssl_ticket_enabled=1|0
ticket_key_name=<filename>

JiraTS-1146

Support for HSTS (HTTP Strict Transport Security)

...

Code Block
CONFIG proxy.config.ssl.hsts_max_age INT -1
CONFIG proxy.config.ssl.hsts_include_subdomains INT 0

Gentoo file layout

Runtimedir on Gentoo changed from /var/run to /run

...