The ultimate support channel for all things MISP. Please come prepared. Bring log files and turn off SELinux. Please contribute your new knowledge to https://github.com/MISP/misp-book/tree/master/faq Error logs: /var/www/MISP/app/tmp/logs/error.log
chrisr3d on main
fix: [python doc] Updated instr… (compare)
cvandeplas on main
Fixes broken GH taxonomy links Merge pull request #282 from 00… (compare)
SteveClement on main
chg: [doc] removed trailing spa… fix: [pdf] PDF conversion works… Merge branch 'MISP:main' into m… and 1 more (compare)
SteveClement on main
chg: [workflow] PDF fails, putt… chg: [workflow] PDF fails, remo… Merge branch 'MISP:main' into m… and 1 more (compare)
SteveClement on main
chg: [workflow] use node_module… chg: [dbg] Workflow chg: [dbg] Workflow, split plug… and 8 more (compare)
SteveClement on main
chg: [doc] Made it working with… new: [workflow] first tentative… chg: [workflow] because npm is … and 4 more (compare)
adulau on main
chg: [honkit] fixes (compare)
adulau on main
chg: [workflow] because npm is … (compare)
adulau on main
chg: [workflow] because npm is … (compare)
i run this and give me a ssl error: curl: (60) SSL certificate problem: self signed certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
curl: (3) Port number ended with 'R'
that JSON is invalid, the response key must be removed. the payload should be:
{
"Event": {
"id": "xx",
"orgc_id": "xx",
...
or:
{
"id": "xx",
"orgc_id": "xx",
...
but NOT with response
key:
{
"response":[{ <--- NO
"Event": {
...