Issue summary:
I have implemented https/TLS on the Graylog web interface following this guide: Using HTTPS - Configuring Graylog
Now, I’ve got https working on the website, but now my syslog UDP inputs are unable to start - including the new syslog TCP input I just created:
My environment:
Graylog 4.2.4+b643d2b on (Debian 10 on Linux 4.19.0-18-amd64)
Logs:
2022-01-06T08:31:57.929+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/metrics/multiple on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:57.940+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.023+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates/61d5ab8834b9fa6fd275c639 on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.086+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.146+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates/61d5ab8834b9fa6fd275c639 on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.205+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.287+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates/61d5ab8834b9fa6fd275c639 on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.353+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.931+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/metrics/multiple on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:31:59.941+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:32:01.926+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/metrics/multiple on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2022-01-06T08:32:01.937+01:00 WARN [ProxiedResource] Unable to call https://graylog.[domain redacted].com:9000/api/system/inputstates on node <265afac6-d5af-47ae-b107-7f61973c5a05>: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Troubleshooting steps taken:
None, really, as I don’t quite know what’s causing these errors.
So… what have I missed, or what might I be doing wrong?
Please do let me know if any important bits of information are missing, and I’ll make sure to update the thread accordingly.