Hi all,
I’m stuck! I have the following situation…
I try to setup a dockerized graylog server in the internal network which should support https / TLS. I’m using certs which are signed by our own internal CA. Actually everything is up and running so far, except the last step. How can I add the used certificate file to the dockerized JAVA Keystore or work arround it? The server is up and running so far, but log is running full of: WARN : org.graylog2.shared.rest.resources.ProxiedResource - Unable to call https://172.18.0.4:9000/api/system/metrics/multiple on node
I’ve seen this error before on another “non Docker” setup, so I’m pretty sure that this is the problem.
thanks in advance
Mark
Unfortunately I’m not to familiar with Docker containers.
I did come across these Post’s. They might have some insight where you can find dockerized JAVA Keystore