misje / opencti-wazuh-connector

OpenCTI–Wazuh connector looking for indicators in Wazuh and creating sightings
https://misje.github.io/opencti-wazuh-connector/
Apache License 2.0
10 stars 1 forks source link

Do not verify OpenSearch TLS certificate in configuration examples #72

Open misje opened 4 days ago

misje commented 4 days ago

By default, OpenSearch will come with a self-signed certificate. The current example configuration enables TLS verification, which will make the configuration not work for most users (unless they study the documentation). Make it easier for those who want to quickly run the connector by disabling TLS verification in the example configuration (but keep the configuration default to enabled).

misje commented 4 days ago

The proper fix to this issue is of course #71.