fix(netd): support h2 for HTTPS credential interception#435
Conversation
2db2b6e to
1a25187
Compare
|
Correction/update on validation: I added real remote sandbox validation on the Aliyun Singapore kind environment after updating this PR:
CURL_CA_BUNDLE=/tmp/sandbox0/netd-ca-bundle.crt \
curl --http2 -fsS --max-time 20 \
-w "\nCURL_HTTP_VERSION:%{http_version}\n" \
https://nghttp2.org/httpbin/headersResult from inside the sandbox: I also used a temporary h2-only Go client inside the sandbox ( One behavior found during the real test: with ALPN ordered as Cleanup: cleared the sandbox network policy, deleted the temporary credential source, and deleted the claimed sandbox. |
Summary
Fixes #433
Tests