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

`traffic_logcat` tries to read entire `LogBuffer` once. However, it requires large buffer. I guess we can read and decode `LogEntry` one by one. https://github.com/apache/trafficserver/blob/10.0.3/src/traffic_logcat/logcat.cc#L170-L173 https://github.com/apache/trafficserver/blob/10.0.3/src/traffic_logcat/logcat.cc#L185

traffic_logcat

am upgrading from 8.1.11 to 9.2.8 and found that while accessing trafficserver url, it throws below one once it authenticate from auth server error_code: _csrf_attack error_message: CRJSA0001E A potential cross-site...

I have been seeing stale negative getting stuck in cache on ATS 10.0.2 and 10.0.3, but have been unable to reproduce this under controlled conditions. The problem has only been...

Bug

QUIC connection table is a hash table and the key is a QUIC connection ID. Because the initial ID for a connection is generated on the client side, it is...

QUIC

Hi everyone, I'm trying to follow the steps as precisily as possibly. But i stumble in this error: ``` #cmake -DOPENSSL_ROOT_DIR=/opt/boringssl -DOPENSSL_INCLUDE_DIR=/opt/boringssl/include -DOPENSSL_LIBRARIES=/opt/boringssl/lib -Dquiche_ROOT=/opt/quiche -DENABLE_QUICHE=TRUE -DCMAKE_INSTALL_PREFIX=/opt/ats -B build -G Ninja...

Support

As per https://docs.trafficserver.apache.org/en/latest/release-notes/roadmap.en.html#release-managers, ATS 8.x seems to be was supported till **3/2023**. However, last 8.x release (8.1.11) was done recently on **July 25th, 2024** Need to know if there is...

This plugin provides streaming body content inspection with configurable pattern matching and actions. It can be used to detect and mitigate CVE exploits and other malicious content patterns. ## Features...

Plugins
New Feature

Replace the ssl_multicert.config format with YAML format, following the pattern established by sni.yaml. The new ssl_multicert.yaml uses a top-level 'ssl_multicert' key containing a sequence of certificate entries. This also includes...

TLS
SSL
format

## Summary - Fix ASAN SEGV in `crashlog_write_backtrace()` when `ServerBacktrace()` returns 0 but leaves `trace` pointer null - This occurs when the target process has already exited before crashlog can...

## Summary This umbrella issue tracks the migration of all remaining `.config` configuration files to YAML format. ATS has been progressively moving to YAML for configuration files to provide a...

Configuration
Umbrella