Using graylog-2.0.3-1.ova in VMware ESXi 5.5 U2

Complete newbie, loving what I see so far. Having some issues disabling 
SSLv2, SSLv3 etc. and hoping someone have managed to get this working.

Documentation:
1.Followed the section here: 
http://docs.graylog.org/en/2.0/pages/configuration/https.html#certificate-key-file-format
 
for Disabling specific TLS ciphers and algorithms
2. Using the example config file here: 
https://github.com/Graylog2/graylog2-server/blob/2.0/misc/security.properties 


Steps Tried:
1. Created a security.properties file using the exact example 
(un-commenting out the relevant lines) and put it in the 
/opt/graylog/server directory
2. Ran the command java 
-Djava.security.properties=/opt/graylog/server/security.properties -jar 
/opt/graylog/server/graylog.jar server

Received an error staying that etc/graylog/server/server.conf didn't exist 
so I created it

3. Ran the command java 
-Djava.security.properties=/opt/graylog/server/security.properties -jar 
/opt/graylog/server/graylog.jar server again and now I get the error: 

2016-06-25 15:12:31,217 WARN : org.graylog2.shared.plugins.PluginLoader - 
Plugin directory /opt/graylog/embedded/jre/jre/bin/plugin does not exist, 
not loading plugins.
2016-06-25 15:12:31,221 ERROR: org.graylog2.bootstrap.CmdLineTool - Invalid 
configuration
com.github.joschi.jadconfig.ParameterException: Required parameter 
"password_secret" not found.
    at 
com.github.joschi.jadconfig.JadConfig.processClassFields(JadConfig.java:127) 
~[graylog.jar:?]
    at com.github.joschi.jadconfig.JadConfig.process(JadConfig.java:99) 
~[graylog.jar:?]
    at 
org.graylog2.bootstrap.CmdLineTool.processConfiguration(CmdLineTool.java:351) 
[graylog.jar:?]
    at 
org.graylog2.bootstrap.CmdLineTool.readConfiguration(CmdLineTool.java:344) 
[graylog.jar:?]
    at org.graylog2.bootstrap.CmdLineTool.run(CmdLineTool.java:177) 
[graylog.jar:?]
    at org.graylog2.bootstrap.Main.main(Main.java:44) [graylog.jar:?]

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/b9367c0e-201b-4ffa-b483-fb25756c6241%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to