Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question. Don’t forget to select tags to help index your topic!
1. Describe your incident:
After upgrading to 6.1 I cannot access the search page or dashboards, hangs on updating search results and then this is taking a bit longer. Using Apache as proxy in front of graylog no tls set up on graylog. Started after upgrading the Ubuntu package to 6.1
2. Describe your environment:
OS Information: Ubuntu 22.04 LTS
Package Version:6.1.4-2
Service logs, configurations, and environment variables:
from server.log
2024-12-06T07:25:30.392-06:00 WARN [ProxiedResource] Failed to call API on node , cause: None of the TrustManagers trust this certificate chain. (duration: 8 ms)
3. What steps have you already taken to try and solve the problem?
Imported CA into the truststore as advised by mutiple searches. Restarted Graylog and full server. I have been unable to find an answer via searches.
Checked server.conf to make sure publish url had not changed.
4. How can the community help?
Any chance someone has seen this same issue that can point me at what to look at for a fix. Searches have given somewhat incomplete answers, mostly about adding the CA cert to the truststore which I have completed but still no luck in accessing search.
I am running mine through Apache proxy with an internal certificate authority. What I needed to do was to add the CA file for my authority to the truststore and then configure graylog to use it.
with enterpriseRootCA.pem being my certficate authority file
Then follow the instructions on that page under Configure Graylog adding the -Djavax.net.ssl.trustStore=/etc/graylog/graylog.jks to the
GRAYLOG_SERVER_JAVA_OPTS line