Is it possible to use proxy?
Question
Is it possible to use proxy server as gasket between opencode and Internet?
This issue might be a duplicate of existing issues. Please check:
- #531: Support HTTP_PROXY & HTTPS_PROXY for millions of users who are behind fire walls in some regions and some organizations
- #4823: v1.0.119: nothing to see in an environment with a proxy
- #3989: acp-command unhandled rejection (proxy-related crashes in v1.0.35)
- #4284: socket connection error with ProxyChains from v1.0.0
- #1711: Different proxies for different providers?
- #2446: AWS Bedrock Provider doesn't seem to respect proxy
- #1694: Use local SSL trust store (proxy with self-signed SSL certs)
Feel free to ignore if none of these address your specific case.
I think there is a bug w/ HTTP_PROXY and HTTPS_PROXY, looking into them
It works fine with HTTPS_PROXY, but if you provide HTTPS_PROXY and HTTP_PROXY it will crash, at list on my NixOS machine.
It works fine with HTTPS_PROXY
socks proxy?
why not just add proxy support via golang.org/x/net/proxy?
This isn't a go codebase my guy
This isn't a go codebase my guy
ok :smile: but in other languages too there are stable libraries for proxying everywhere and what about your fork? :wink:
ill figure out what the problem is but for now set:
NO_PROXY=localhost,127.0.0.1
ill figure out
but is it possible to use socks5 and socks5h proxies as ALL_PROXY?