caddy2-proxyprotocol
caddy2-proxyprotocol copied to clipboard
Hello, I'm getting TLS errors when using this plugin (I stripped IP addresses for privacy concerns): ```bash $ curl -v https://xxx.yyy/ * Trying xxx.xxx.xxx.x:443... * TCP_NODELAY set * Connected to...
- Works ``` global daemon defaults mode http option http-use-htx frontend fe_main bind :443 ssl crt-list /etc/haproxy/crt-list.txt default_backend be_main backend be_main server caddy 127.0.0.1:19600 send-proxy ``` - Does not work...
Caddy 2.5.2 I try to make Caddy handles all HTTPs in my Google Compute Cloud setup. So i install caddy behind External TCP load balancer. Our service relies on client...
After reading the section "Adding custom Caddy modules" on https://hub.docker.com/_/caddy i still don't know how i can build a new caddy binary with the plugin caddy2-proxyprotocol inside. As i understood...
We are trying to pass the client IP through our load balancing stack. The stack is NLB => Caddy (on Docker/Fargate) => ALB. My Understanding based on the documentation of...
After compiling caddy with this plugin: `$ xcaddy build --with github.com/mastercactapus/caddy2-proxyprotocol` And trying to validate: `$ caddy validate --config Caddyfile --adapter caddyfile` This Caddyfile: ``` app.example.com { listener_wrappers { proxy_protocol...
 Wrong slash, should be 0.0.0.0/0 not 0.0.0.0\0
Consider switching to [pires/go-proxyproto](https://github.com/pires/go-proxyproto), which has more features than your package. Don't get me wrong, I don't dislike your package or find it low quality. It's just that pires/go-proxyproto already...
Hi, I'm getting this error: ``` 2023/06/06 11:55:13.948 INFO using provided configuration {"config_file": "/etc/caddy/Caddyfile", "config_adapter": ""} Error: adapting config using caddyfile: parsing caddyfile tokens for 'servers': /etc/caddy/Caddyfile:11 - Error during...
Building Caddy with proxyprotocol fails with errors: ``` [redacted]/pkg/mod/github.com/google/[email protected]/parser/helper.go:20:2: ambiguous import: found package github.com/antlr/antlr4/runtime/Go/antlr in multiple modules: github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f ([redacted]/pkg/mod/github.com/antlr/[email protected]/runtime/Go/antlr) github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 ([redacted]/pkg/mod/github.com/antlr/antlr4/runtime/!go/[email protected]) ``` As far as I'm able to...