Snorby / snorby

Ruby On Rails Application For Network Security Monitoring
Other
1k stars 226 forks source link

mysql 5.7.9 #398

Open maarisk opened 8 years ago

maarisk commented 8 years ago

Snorby worker and login are not working with mysql 5.7.9

drew1kun commented 8 years ago

I'm experiencing the same issue :(( Stuck at login page "Submitting Credentials, Please Wait..." Very frustrating ((

maarisk commented 8 years ago

updating data_objects as well as mysql related gems to their latest versions have solved problem.

ghost commented 5 years ago

I'm experiencing the same issue :(( Stuck at login page "Submitting Credentials, Please Wait..." Very frustrating ((

I had the same issue. Turns out the following line in /etc/apache2/apache.conf was causing issues.

Header set Content-Security-Policy "default-src 'self';"

I commented it out, restarted apache and all is well. This was something I added while hardening the web server and it wound up breaking it. :|

4 years late but maybe someone else might see this ;)