Skip to content

fix [#156]: honor HTTP(S)_PROXY in HAR migrate registry adapters - #160

Merged
sawka-harness merged 1 commit into
mainfrom
naman/issue#156
Aug 27, 2026
Merged

fix [#156]: honor HTTP(S)_PROXY in HAR migrate registry adapters#160
sawka-harness merged 1 commit into
mainfrom
naman/issue#156

Conversation

@BlueLabelscotch

Copy link
Copy Markdown
Collaborator

Summary

Harbor, JFrog, and Nexus adapters built explicit http.Transport{}
literals without setting Proxy, so unlike the zero-value http.Client
(which falls back to http.DefaultTransport's ProxyFromEnvironment),
these silently ignored HTTPS_PROXY/HTTP_PROXY/NO_PROXY.

Fixes#156

@sawka-harness
sawka-harness merged commit 97b2fa3 into mainAug 27, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HAR migrate registry adapters don't respect HTTPS_PROXY/HTTP_PROXY

2 participants

@BlueLabelscotch@sawka-harness