Open kodo651 opened 6 years ago
I'm also having this issue. MISP diagnostics says all is well with the modules. I've updated to the latest git code.
I was able to access it by using curl -s http://<host>:6666/modules | jq .
My browsers don't like port 6666. Chrome says "ERR_UNSAFE_PORT". Safari says "Not allowed to use restricted network port" (WebKitErrorDomain:103). Maybe MISP should choose something other than the X11 port.
Here is a list of all the unsafe ports blocked by Chrome. https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/net/base/port_util.cc
Hi!
I'm trying to access the
http://<host>/modules
endpoint but get aIs there something I need to enable in order to have it running?
Cheers