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

Too many redirects, python shutting down #132

Closed syloktools closed 4 years ago

syloktools commented 4 years ago

I am getting the too many redirects error. When I enable auth it just reloading the login page.

I am using the WSGI script and it looks like python is dying.

Loading WSGI script '/var/www/misp-dashboard/misp-dashboard.wsgi'.
[Thu Oct 17 00:24:54.551572 2019] [wsgi:info] [pid 3368] mod_wsgi (pid=3368): Shutdown requested 'misp-dashboard'.
[Thu Oct 17 00:24:54.551811 2019] [wsgi:info] [pid 3368] mod_wsgi (pid=3368): Stopping process 'misp-dashboard'.
[Thu Oct 17 00:24:54.551831 2019] [wsgi:info] [pid 3368] mod_wsgi (pid=3368): Destroying interpreters.
[Thu Oct 17 00:24:54.551839 2019] [wsgi:info] [pid 3368] mod_wsgi (pid=3368): Cleanup interpreter ''.
[Thu Oct 17 00:24:54.552110 2019] [wsgi:info] [pid 3368] mod_wsgi (pid=3368): Terminating Python.
[Thu Oct 17 00:24:54.769768 2019] [wsgi:info] [pid 3368] mod_wsgi (pid=3368): Python has shutdown.
[Thu Oct 17 00:24:54.769822 2019] [wsgi:info] [pid 3368] mod_wsgi (pid=3368): Exiting process 'misp-dashboard'.
[Thu Oct 17 00:24:54.978372 2019] [wsgi:info] [pid 3470] mod_wsgi (pid=3470): Attach interpreter ''.
syloktools commented 4 years ago

It was a problem with url rewriting in my apache config. Not a misp-dashboard issue.