I have started to get a panic in caddy w/L4 from part of a config for an XMPP server that matches for alpn: xmpp-client.
It was working previously, but I updated caddy and now it seems to have broken or changed. I also tried with a json config with no yaml adapter and had the same issue.
The panic happens as soon as I visit a page that caddy is serving.
Is anyone else experiencing this?
I have started to get a panic in caddy w/L4 from part of a config for an XMPP server that matches for alpn: xmpp-client. It was working previously, but I updated caddy and now it seems to have broken or changed. I also tried with a json config with no yaml adapter and had the same issue. The panic happens as soon as I visit a page that caddy is serving. Is anyone else experiencing this?
I removed these lines and caddy is fine: https://github.com/snikket-im/snikket-server/blob/f89e01402b9f5d5f63c9c54152531c3755587abd/docs/advanced/reverse_proxy.md?plain=1#L380-L389
Here is the panic:
https://github.com/snikket-im/snikket-server/issues/237#issue-2612766615