Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 840 Bytes

File metadata and controls

17 lines (12 loc) · 840 Bytes

Sample configuration for Apache Traffic Server

This requires a the latest version of Traffic Server (currently 9.1.0) . The sample configuration uses the generator plugin and the statichit plugin to generate the download bytes, receive POST requests and serve the configuration file. You can find source downloads here.

  • Copy the contents of conf to TS_ROOT/etc/trafficserver

  • Modify remap.config, adding:

.include networkquality.config
  • Modify ssl_multicert.config and include the certificate for your test endpoint. eg
ssl_cert_name=networkquality.example.com.ecdsa
  • Reload the Traffic Server configs (traffic_ctl config reload or start the trafficserver service).