mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1879] Failed to intercept connections from kubectl command #1871
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1871
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NitroCao on GitHub (Dec 14, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1879
Description
I want to intercept traffic generated by
kubectlcommand but Proxyman doesn't work.Steps to Reproduce
kubectlcommand by addingkubectlapp in Tools -> SSL Proxying List -> Include List.HTTPS_PROXYenvironment variable in terminal.kubectl --insecure-skip-tls-verify=true get pods.Current Behavior
kubectl command retries all the time.

BTW, if I edit and repeat the request, Proxyman fails with
invalid host.Expected Behavior
kubectl command works as usual.
Environment
@kamontat commented on GitHub (Jul 9, 2024):
You need to set proxy-url on
.kube/configtoo.