Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not parsing HTTPS_PROXY properly #8933

Closed
GreenStage opened this issue Jul 13, 2022 · 4 comments · Fixed by #9008
Closed

Not parsing HTTPS_PROXY properly #8933

GreenStage opened this issue Jul 13, 2022 · 4 comments · Fixed by #9008
Labels
kind/bug Categorizes issue or PR as related to a bug. plugin-kubectl

Comments

@GreenStage
Copy link

GreenStage commented Jul 13, 2022

Describe the bug
All kubectl commands fail with : getaddrinfo ENOTFOUND socks5 when running KUI with the HTTPS_PROXY env set to socks5://127.0.0.1:6783,

Steps to reproduce the behavior

  1. Open windows Command Prompt
  2. Run SET HTTPS_PROXY=socks5://127.0.0.1:6783 && START Kui
  3. kubectl get pods -n <namespace>
  4. See error

Expected behavior
kubectl requests should go through the HTTPS_PROXY smoothly

Screenshots
image

System

  • Kui version: 11.5.0
  • Operating system: Windows x64
@starpit
Copy link
Contributor

starpit commented Jul 13, 2022

thanks for the bug report! we'll check it out.

@starpit
Copy link
Contributor

starpit commented Sep 3, 2022

Sorry it took so long to get to this one. The fix will be included in the next release!

@starpit
Copy link
Contributor

starpit commented Sep 7, 2022

The fix has been released in 12.0.0. If the problem persists, ping here!

@drennalls
Copy link

drennalls commented Jan 30, 2023

I'm still seeing the same thing on 13.0.0 (on Linux)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. plugin-kubectl
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants