Skip to content

Tags: polygon/nix-buildproxy

Tags

v0.2.0

Toggle v0.2.0's commit message
SSL_CERT_FILE, handle redirects

Sets SSL_CERT_FILE to CA Certificate of mitmproxy which allows tools
like curl to work without the "--insecure" option.

Redirects are now handled by resolving the redirect internally during
the capture phase and only storing the final response with the initial
URL, making the redirects invisible to the clients during capture and
replay. This seems to work best with common redirects on, e.g., Github
that only have a short lifetime.

v0.1.0

Toggle v0.1.0's commit message
Re-add proxy_content.nix for example