-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Question about installation with http_proxy #2725
Comments
I think that's correct. Any interest in submitting a PR with the fix? |
lemrouch
added a commit
to lemrouch/self-hosted
that referenced
this issue
Jan 24, 2024
hubertdeng123
pushed a commit
that referenced
this issue
Jan 31, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem Statement
I'm trying to install Sentry behind firewall.
Code in https://github.com/getsentry/self-hosted/pull/1543/files is
In my experience and documentation
-z
in test means if the string is empty therefore the config won't be set if there are actual values in http_proxy and/or https_proxy variables.Solution Brainstorm
I guess the code was meant to be
or
Am I right or too tired?
The text was updated successfully, but these errors were encountered: