Hi,
I’ve installed GRAYLOG using the latest .ova file. Can’t seem to be able to get https to work. have certificates, which i know work as we’ve used them on other Linux Servers
In the log file i see
RROR [CmdLineTool] Invalid configuration
com.github.joschi.jadconfig.ValidationException: Unreadable or missing HTTP private key:
My server.conf looks like the following
Default: false
http_enable_tls = true
The X.509 certificate chain file in PEM format to use for securing the HTTP interface.
http_tls_cert_file = /etc/graylog/star_cert.pem
The PKCS#8 private key file in PEM format to use for securing the HTTP interface.
http_tls_key_file = /etc/graylog/star_private.pem
The password to unlock the private key used for securing the HTTP interface.
http_tls_key_password = changeit
permissions to the .pem file(s)s are as follows
-rwxrwxrwx 1 root root 2145 Jun 28 03:33 star_private.pem
-rwxrwxrwx 1 root root 2776 Jun 28 03:33 star_cert.pem
Does anyone have any advise?
Regards
TheWanKing