You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@erhhung Thanks for the idea here. This is something we'll look into supporting as I think it could be common.
Are you frequently setting http_proxy or https_proxy for other code or scripts you're using? If so, would you be able to share any that are open source that follow this pattern? Thanks!
Are you frequently setting http_proxy or https_proxy for other code or scripts you're using? If so, would you be able to share any that are open source that follow this pattern? Thanks!
I don't set these frequently but I know for certain that these are the de facto variables in UNIX environments. In addition to http_proxy or https_proxy (http://user:pass@host:port), you should also honor no_proxy (domain name suffix, IP prefix and CIDR formats). I'd for sure use a common library instead of reinventing the wheel.
can confirm, we're also blocked here because swaggerhub-cli doesn't implement setting and using proxy values in the rc file or pull the variables from the env from which the shell is being run.
Q&A (please complete the following information)
Describe the bug you're encountering
Cannot connect to api.swaggerhub.com behind corporate HTTP proxy.
To reproduce...
Steps to reproduce the behavior:
Expected behavior
CLI should use standard environment variables
http_proxy
,https_proxy
.Screenshots
Additional context or thoughts
The text was updated successfully, but these errors were encountered: