Closed varnav closed 8 years ago
@varnav Make sure that the user running graylog-web is allowed to write into /usr/share/graylog-web/
or provide a proper Java Keystore containing your private key and certificate in the first place (recommended).
Also see https://www.playframework.com/documentation/2.3.x/ConfiguringHttps
Thanks, it was the permissions problem. But more important that:
P.S. Will HTTPS be turned on by default in future versions?
@varnav That log message was generated by the Play Framework, not much we can do about that. This being said, this is the legacy web interface and will be completely replaced in Graylog 2.0.0.
Will HTTPS be turned on by default in future versions?
No.
I've edited /usr/share/graylog-web/bin/graylog-web to look like:
this is supposed to switch it from HTTP to HTTPS mode.
After starting it I see in the log:
In fact it still is using HTTP, and /usr/share/graylog-web/conf/generated.keystore does not exist.