MISP / MISP-maltego

Set of Maltego transforms to inferface with a MISP Threat Sharing instance, and also to explore the whole MITRE ATT&CK dataset.
GNU Affero General Public License v3.0
166 stars 46 forks source link

nginx returns a 504 gateway timeout before pymisp timeouts when the MISP server is not accessible remotely #31

Closed cvandeplas closed 4 years ago

cvandeplas commented 4 years ago

This is probably because pymisp timeouts are longer than nginx timeouts (when connecting to the MISP instance). This results in an error that does not help the user.

TODO: investigate and fix (add timeout on initial pymisp connection or change timeouts in nginx reverse proxy)

cvandeplas commented 4 years ago

Fixed in https://github.com/MISP/PyMISP/pull/585 Waiting for PR to be merged and new release to be published. I might patch the server manually though.

Rafiot commented 4 years ago

(merged)

... or you prefer to keep it open until the new release?

cvandeplas commented 4 years ago

TODO for me: close this and bump version once pymisp has released the new version.

Also merge the fix-timeout branch