Enhanced Fetch Tool: Now Supporting QUIC and TLS Key Logging #306
fortuna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We’re excited to announce a powerful update to the Outline SDK’s Fetch tool! With PR #305, you can now enhance your debugging and testing with the following new features:
-proto
flag to fetch pages over HTTP/1.1, HTTP/2 (h2), or HTTP/3 (h3/QUIC). This gives you the ability to test connectivity and performance across different protocol versions in a way that wasn't possible before.-tls-key-log
flag lets you specify a file to store TLS key logs, which can be used with Wireshark to decrypt and inspect both TLS and QUIC traffic. Perfect for gaining deeper insights into encrypted HTTP communications.We believe these features will help developers and researchers working with secure and cutting-edge protocols. Try them out and let us know your thoughts - your feedback is invaluable!
Beta Was this translation helpful? Give feedback.
All reactions