MISP integration returns null value in GUI

Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!

1. Describe your incident:

I tried integrating MISP with graylog, but whenever I lookup for a value it returns null. I can curl to MISP and get the correct values on cli but not on GUI. Moreover, curl only works with --insecure

2. Describe your environment:

  • OS Information: Ubuntu
    based on the issue faced on 2 separated vms, I tried installing both machines on wsl docker based. Both setup having the same issue.
  • Package Version: 6.1.10

2. What steps have you already taken to try and solve the problem?
I have looked into multiple threads which might have same issue as I do and tried all recommendations, but did not work for me.

This is what curl returns

So first guess is that you are using a cert graylog doesnt trust, you would need to add that cert to the java key store for graylog to trust it, also have a look in server.log for what is going on.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.