I have traefik and an apache server running on nomad but all requests going to traefik result in 502 bad gateway. I suspect that mtls is failing somewhere. I also have a tcp service behind traefik that also cannot be reached.
Some details
- traefik is connect enabled (services show up in dashboard just fine)
- traefik and apache have sidecars running
- intention has been created:
consul intention create traefik apache
Traefik job: https://termbin.com/vnkf
Apache job: https://termbin.com/0bbe (details don’t really matter, but it has a sidecar running) (fwiw the postgres upstream doesn’t work either… connection is immediately reset when contacted)
Any help debugging this would be appreciated.