I am trying to use make my wazuh web dashboard in my laptop accessible from my domain through Cloudflare tunnel. Cloudflare red is installed and everything else is well-setup.
But I cant access the dashboard through my public subdomain. I am able to tunnel other services on my localhost tho. It just didn’t work for this wazuh.
I believe this is because wazuh uses self signed certificate. Since wazuh doesnt run on http, https is must. So what can i do to make it work?
- I have pointed my subdomain to localhost:1443
- localhost:1443 is accessible on my machine
- But not accessible through the subdomain.