Robin Lennox
Robin Lennox
Confirmed it doesn't work with ZHA
Fixed crashing issue on network.captive-portal-service.enabled
Can you add this to the Wazuh Documentation for how to create a wazuh user via the API? ```sh curl -k -u "INDEXER_USER:INDEXER_PASSWORD" -XPUT -H 'Content-type: application/json' "https://localhost:9200/_opendistro/_security/api/internalusers/USERNAME_TO_CREATE" -d '{"password":...
This would allow the changes to the conf file to be persistent between reboots.
Hi, It would be great to add a custom CA to the docker image rather then running: play.ws.ssl.loose.acceptAnyCertificate=true If the traffic is MITM'd this would defiantly be an issue! Cheers...