James Otter

Results 10 comments of James Otter

I have a copy of the youtube-dl-api-server and the youtube-dl-web running on the same server. I access it from another computer though. (I tried changing "localhost" to "my-server-ip-address" for example...

Thanks for the quick response Matt! I need to read the spec, but wouldn't then that header persist after the connection is upgraded to http3? (Maybe that is okay though?)...

> Do you actually need to change `http_port` and `https_port` though? Why exactly can't you listen on 80/443 anyways? Feels like both of those things are the wrong way to...

Thanks @francislavoie 😄 Technically speaking, I already have a solution which is to compile/run my own binaries with the change above hardcoded. I'm not blocked in achieving what i want...

I will compile and test ASAP @francislavoie. @mholt I ran this from master branch :) Regarding complexity though, presumably I'd have to define a custom `header` directive for every domain/logical...

Working great for me @francislavoie ! 🎉 Given this Caddyfile: ``` { http_port 8080 https_port 8443 http3_port 443 debug } https://localhost:8443 { tls internal respond "hello there" } ``` On...

Hi @mholt , this is working using the header directive. From latest master branch, given this Caddyfile: ``` { http_port 8080 https_port 8443 # http3_port 443 debug } https://localhost:8443 {...

+1 (to 1 chat!) *sunglasses* yeaaaaaahhhhh

Just adding another (non-scientific) data point that we have observed similar behavior where caddy "slows down" and may produce some 502s on backends that we know are up (by visiting...

this is sorely needed Hashicorp team - please consider merging. Current fix is to compile a custom "dev" plugin, but that is clunky going forward. cc. @devashish-patel @mogrogan @lbajolet-hashicorp 🙏