Hi,
Thank you for using Wazuh!
If you want to disable https, then you should edit the configuration of the Wazuh dashboard and remove or comment on some settings.
1. Comment or remove the next settings from the Wazuh dashboard configuration. Edit the file /etc/wazuh-dashboard/opensearch_dashboards.yml. I would suggest you comment on these options, prepending a hash (#) before at the beginning of the line of the settings, so you could undo it easily if you would need.
- server.ssl.enabled
- server.ssl.key
- server.ssl.certificate
Then restart the Wazuh dashboard, depending on your service manager:
- systemctl
systemctl restart wazuh-dashboard
- SysV
service wazuh-dashboard restart
3. Verify the server is running on http
Regards