Skip to content

fix(proxy): bypass proxy for localhost requests to Go server#544

Merged
harrisoncramer merged 2 commits intodevelopfrom
fix/proxy-localhost-bypass
Apr 18, 2026
Merged

fix(proxy): bypass proxy for localhost requests to Go server#544
harrisoncramer merged 2 commits intodevelopfrom
fix/proxy-localhost-bypass

Conversation

@harrisoncramer
Copy link
Copy Markdown
Owner

@harrisoncramer harrisoncramer commented Apr 18, 2026

Summary

  • Adds --noproxy localhost to all curl calls from the Lua plugin to the local Go server
  • When users have a proxy configured (either via connection_settings.proxy or system env vars like HTTP_PROXY), curl was routing localhost requests through the proxy, causing connection failures
  • Fixes Proxy used for connection to go server or wrong gitlab URL used? #537

harrisoncramer and others added 2 commits April 18, 2026 14:17
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@harrisoncramer harrisoncramer merged commit 418c9c0 into develop Apr 18, 2026
4 checks passed
Sign up for free to 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.

Proxy used for connection to go server or wrong gitlab URL used?

1 participant