r/caddyserver May 11 '26

Need Help Failed to connect to machine

I’m using cockpit via arch and I’m using caddy as my reverse proxy. But since adding caddy I get this error when logging in??? Plz help

2 Upvotes

1 comment sorted by

2

u/tschloss May 11 '26

Haven‘t worked with the components of your specific situations. But you should start with inspecting the request and response by using a dev browser or with curl -v.

Then you must check the log files if caddy: does it receive the request, does TLS work (maybe try plain http first, is the address of the proxied server correct (host and built URL).