Open portalthiago opened 4 years ago
check your /etc/thehive/application.conf and ensure you have set a play.http.secret.key="XXXX"
echo play.http.secret.key="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1)"
to generate a random key
I have the same problem in Kali Llinux OS and your answer dont worker :(
check your /etc/thehive/application.conf and ensure you have set a play.http.secret.key="XXXX"
echo play.http.secret.key="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1)"
to generate a random key
[info] a.c.Cluster(akka://application) - Cluster Node [akka.tcp://application:xxx.xxx.xxx.xxx
No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/cluster-usage.html#joining-to-seed-nodes
Msg: Oops, cannot start the server. Configuration error: Configuration error[ The application secret has not been set, and we are in prod mode. Your application is not secure. To set the application secret, please read http://playframework.com/documentation/latest/ApplicationSecret
Can anyone helpme pass through this?