CrowdStrike / MISP-tools

Import CrowdStrike Threat Intelligence into your instance of MISP
MIT License
41 stars 10 forks source link

Ignore self signed certificates for connecting to MISP #53

Open jezkerwin opened 2 years ago

jezkerwin commented 2 years ago

I'm experimenting with this in a non production environment that has self signed certificates installed in MISP.

Is it possible to configure the tool (in docker config) to ignore certificate warnings?

jshcodes commented 2 years ago

I should think so. Looking into this now.

jshcodes commented 1 year ago

Follow up: You can disable SSL for the MISP instance in your test environment entirely using the misp_enable_ssl setting in the configuration file. (Still researching if verification can be ignored in self-signed scenarios.)