trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.

Results 518 trafficserver issues
Sort by recently updated
recently updated
newest added

Make a recommendation and send an email to the dev@ mailing list on what plugin should be deprecated (http_stats or stats_over_http). Look at the features that are on each of...

Plugins
Incompatible
stats_over_http

This is a follow up to: #12382 In 10.x via that issue we clarified in the docs that [proxy.config.ssl.server.honor_cipher_order](https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.yaml.en.html#proxy-config-ssl-server-honor-cipher-order) applied to the other aspects of the TLS negotiation, such as...

TLS
Documentation

- First tasks is to create a list of stats that we need, using h1, h2, and TLS as a guide - Circulate the list in the h3 meeting What...

QUIC
HTTP/3

Want to develop a plugin that receives video multicast streams, caches them, and serves them over the HTTP protocol. UDP appears to be unsupported in the plugin.

Plugins
UDP
Support

Does this txn_box example work? txn_box: - when: upstream-rsp do: - with: [ upstream-rsp-status , proxy-req-path ] select: - as-tuple: - eq: 404 - match: "example" do: - debug: "Resetting...

TxnBox

With `proxy.config.http.proxy_protocol_out=2` enabled, we identified some cases when the proxy protocol packet is not send to the origin. - when session is private on clear http origin connection , i...