This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
using scripts behind a corporate proxy #3757
Unanswered
ifsnop
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My proxmox machine is behind a corporate proxy that inspects https traffic (installing a custom certificate in clients). As a result, curl and wget don't work inside scripts unless I use --no-check-certificate for wget and --insecure for curl. I have created .wgetrc and .curlrc in the proxmox machine so scripts don't need to be modified (with check-certificate=false and insecure, respectively). The problem happens when a script is run inside a LXC container for the final initialization steps.
How can I fix this? I would need to pass the grafana script that runs inside LXC some options so curl & wget can ignore the certificate errors.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions