A few more &yno scenarios, all trying to verify if plain old HTTP requests are working.
- Caddy is trying to force all traffic to HTTPS, which doesn't work. yno shows you the redirect packets.
- Caddy is now only handling HTTPS, rejecting my initial request.
- I have now forced Caddy to use HTTP, and things work!
This was real debugging; I didn't mean to configure Caddy this way, and yno actually helped me find the issue 😁