-
Notifications
You must be signed in to change notification settings - Fork 129
Fixes #745 - Add proxy configuration and connection test script #744
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
base: pre-release
Are you sure you want to change the base?
Conversation
ArtifactsProduced during runtime |
|
Could you please also have a look? This PR doesn't really solve the issue (which I moved from admin- to system docs, BTW). |
|
The more common and advised way to set a proxy via ENV variables is to use the lower case version Ubuntuu e.g. advises for something like this: export http_proxy=http://SERVER-IP_ODER_NAME:PORT
export https_proxy=http://SERVER-IP_ODER_NAME:PORT
export ftp_proxy=http://SERVER-IP_ODER_NAME:PORT
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$https_proxy
export FTP_PROXY=$ftp_proxy |
Oh thanks, wasn't aware that this is even allowed for environment variables 😃 I added a hint with examples for the lower case variables. But the question about how to proceed with the issue is still open 😜 I would tend to close it to have the repo clean, but if you consider the remaining parts that important, we could talk about how to tackle it. |
No description provided.