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
Graylog/JVM proxy settings not working when proxy basic auth is needed #4594
Comments
@schindlerd What was the value of |
I used the fully qualified domain name for both options. I tried |
@schindlerd Please try again with an empty My guess is that |
@joschi That is exactly my current setup :) I'm using only the JVM options and |
@joschi Any other idea regarding this issue? Thanks in advance. |
@schindlerd There's currently no workaround. |
@schindlerd Proxy authentication using basic auth now works. This fix will be in the upcoming 2.4.4 release. |
Thank you guys! 😀 |
Hi guys! I don't get it working in our environment. Please see #4788 |
My test installation is complaining about “Graylog Enterprise License Violation” and I have to use a proxy to access https://api.graylog.com/report.
Expected Behavior
Access to https://api.graylog.com/report should be possible when proxy with basic-auth is configured.
Current Behavior
The BlueCoat proxy uses basic auth and I didn’t get it working via the
http_proxy_uri
in theserver.conf
. Is there a special format to use when proxy-basic-auth is required? Myyum.conf
for example is successfully using the proxy configuration.I added the following to the default java options for the JVM:
GRAYLOG_SERVER_JAVA_OPTS="... -Djdk.http.auth.tunneling.disabledSchemes= -Dhttp.proxyUser=user -Dhttp.proxyPassword=password -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=8080 -Dhttps.proxyUser=user -Dhttps.proxyPassword=password -Dhttps.proxyHost=myproxy -Dhttps.proxyPort=8080"
I already added
-Djdk.http.auth.tunneling.disabledSchemes=
since Java 8u111 basic auth has been disabled by default (http://www.oracle.com/technetwork/java/javase/8u111-relnotes-3124969.html).But I still keep getting HTTP-407:
2018-02-13T21:38:56.046+01:00 WARN [LicenseReportPeriodical] Unable to connect to license server: Failed to authenticate with proxy.
2018-02-13T21:43:55.889+01:00 WARN [LicenseChecker] License violation - Failed to report license status to Graylog, Inc. - consecutive failures: 85, limit: 72
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: