Reference
Protocol compatibility and known limits.
This page summarizes current support scope for InterceptSuite and where custom protocol behavior may require extra configuration or Python extension logic.
| Protocol | Version / Scope | Interception | Notes |
|---|---|---|---|
| TCP | Stream protocols | Yes | Live interception and packet editing supported |
| TLS | Common TLS workflows | Yes | MITM with generated CA and re-origination |
| DTLS | DTLS 1.0 / 1.2 | Yes | DTLS 1.3 not supported yet |
| QUIC | QUIC v1 | Yes | QUIC v2 not supported yet |
| UDP | Raw datagrams | Yes | Use SOCKS5 + compatible routing path |
| STARTTLS | TCP to TLS upgrades | Yes | Common upgrade patterns supported |
Last updated: September 2026.
Need help validating your protocol?
For InterceptSuite support, contact [email protected] with target protocol details and sample behavior. For ProxyBridge routing issues, use GitHub issues so logs and platform details are tracked publicly.
