Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to list modules #7

Open
kodo651 opened this issue Sep 27, 2018 · 2 comments
Open

Unable to list modules #7

kodo651 opened this issue Sep 27, 2018 · 2 comments

Comments

@kodo651
Copy link

kodo651 commented Sep 27, 2018

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
Copy link

I'm also having this issue. MISP diagnostics says all is well with the modules. I've updated to the latest git code.

@eljeffeg
Copy link

eljeffeg commented May 15, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants