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
conftoTS_ROOT/etc/trafficserver -
Modify
remap.config, adding:
.include networkquality.config
- Modify
ssl_multicert.configand include the certificate for your test endpoint. eg
ssl_cert_name=networkquality.example.com.ecdsa
- Reload the Traffic Server configs (
traffic_ctl config reloador start thetrafficserverservice).