MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 166 forks source link

Unable to list modules #7

Open kodo651 opened 6 years ago

kodo651 commented 6 years ago

Hi!

I'm trying to access the http://<host>/modules endpoint but get a

"error": "Something went wrong, no response from misp_modules."

Is there something I need to enable in order to have it running?

Cheers

eljeffeg commented 5 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.

eljeffeg commented 5 years ago

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