MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
192 stars 66 forks source link

misp-dashboard: Internal Server Error #141

Closed NetEyes closed 4 years ago

NetEyes commented 4 years ago

Greetings,

I downloaded the pre-built MISP virtual images (virtual box) from circl - MISP_v2.4.119 and the misp core working fine except the misp dashboard (:8001). I got "Internal Server Error". This vm is running in virtual box with port forwarding. Host machine IP (192.168.10.12 -> 10.0.2.15)

I configured the /var/www/misp-dashboard/config/config.cfg [Server] host = 10.0.2.15 port = 8001 debug = False ssl = False

[Auth] auth_enabled = False misp_fqdn = http://localhost ssl_verify = False session_secret = Change_Me session_cookie_secure = False session_cookie_samesite = Strict

On [RedisGlobal] section, I only modified: misp_web_url = http://localhost

Can you please provide me the correct misp_dashboard configuration and setup and troubleshooting steps?

Thank you.

SteveClement commented 4 years ago

Dear @NetEyes

There is an issue with the MaxMind DB at the moment which is why that fails.

If you want to fix it you need to download the Max Mind DB manually see #143 for details.

SteveClement commented 4 years ago

this is " fixed" by now.