I have a site hosted on aws EC2 port 80, I want it to only be accessible via the WARP.
I have created a tunnel, confingured a private network, set up proxy on the warp, removed the ip addresses from the exclude list. allowed the cloudflare traffic in the security policy in aws.
However, when I try to access the local ip address (http://172.31.12.189/
) I get the blocked site page.
How can I configure Zero Trust so that the site is not blocked? TIA