You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cortex-Analyzer - MISP-plugin no "ssl-verify = False" option
Request Type
Bug / Analyzer
Work Environment
self-signed MISP within own infrastructure
Question
Answer
OS version (server)
CentOS
OS version (client)
CentOS.
Cortex Analyzer Name
MISP
Cortex Analyzer Version
2.0
Cortex Version
latest
Browser type & version
not important
Description
Currently there is not option available for not verifying the SSL-Cert of the MISP cortex will query with the MISP-Cortex-Analyzer plugin. The default is set to true (so it gets verified). Optional it is possible to provide a certpath for the CA or CA-bundle to verify the remote MISP-SSL Cert.
But there is no option to completly disable ssl-verification.
Steps to Reproduce
try to connect to a foreign MISP with self-signed cert
do not specify a certpath in application.conf
see how the query fails because of the self-signed cert
Possible Solutions
Add an option (parameter) in the application.conf for disabling ssl-verification:
Cortex-Analyzer - MISP-plugin no "ssl-verify = False" option
Request Type
Bug / Analyzer
Work Environment
self-signed MISP within own infrastructure
Description
Currently there is not option available for not verifying the SSL-Cert of the MISP cortex will query with the MISP-Cortex-Analyzer plugin. The default is set to true (so it gets verified). Optional it is possible to provide a certpath for the CA or CA-bundle to verify the remote MISP-SSL Cert.
But there is no option to completly disable ssl-verification.
Steps to Reproduce
Possible Solutions
Add an option (parameter) in the application.conf for disabling ssl-verification:
@line16
Complementary information
application.conf can now include a verify parameter withion the MISP-plugin session!
The text was updated successfully, but these errors were encountered: