mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[GH-ISSUE #112] Proxy Support #58
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#58
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 @tstoco on GitHub (Oct 6, 2022).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/112
Originally assigned to: @CypherpunkSamurai on GitHub.
Hi,
Thanks for the great job with the project.
I am currently using a proxy to reach my proxmox API. However, I could not find it implemented anywhere.
Please let me know if there is a way to use a proxy or if it is actually not implemented as I suspected.
@jhollowe commented on GitHub (Oct 6, 2022):
Just to confirm, you are trying to use a "proxy" and not a "reverse proxy", correct?
Have you checked if setting the
HTTPS_PROXYenvironment variable before running works? The requests docs show that these environment variables are used if not changed by the code. The docs also show how to use basic auth to authenticate with the proxy.If you get proxmoxer working with a proxy, I would appreciate a PR to the docs to add documentation on the process!
@CypherpunkSamurai commented on GitHub (Oct 14, 2022):
Hello Can I work on this issue? I would really like to check if there's a real bug, just in case, and also document it later :)
@jhollowe commented on GitHub (Oct 25, 2022):
feel free to look into it. I don't think we will need any code change, but adding info on the
HTTPS_PROXYenvironment variable to the documentation would be great@CypherpunkSamurai commented on GitHub (Oct 25, 2022):
No problem. I was hoping to contribute for hactoberfest, but sure. I'll add it to the docs :)
@jhollowe commented on GitHub (Jan 27, 2023):
@CypherpunkSamurai are you still wanting to look into this?
@tstoco have you tried setting
HTTPS_PROXYbefore using proxmoxer?@jhollowe commented on GitHub (Mar 22, 2023):
Closing due to no response. Please reopen if there is new information/progress on this.