Alexander Hofbauer
Alexander Hofbauer
Sorry, we stopped using Sylius because their rate of development, acceptance of already approved PRs and appalling handling of confirmed serious bugs (e.g. in invoicing) were just too much to...
Are there any updates on this? I think I just stumbled upon this problem with HTTP3, keep-alive and a reverse proxy that closed the connection, so some requests would then...
It happens for every request, so also those that are not intercepted at all. The response seems to work though.
Did you try with worker mode or `php` / `php_server`? My whole Caddyfile is a bit much to share because it's distracting. I tried with https://github.com/dunglas/symfony-docker and can reproduce the...
It's a standard Symfony application with no special setup (`public/index.php`). The same Caddyfile works if I just use `php_server` or just comment everything inside the brackets: ```json { "level": "debug",...
> You've got something looking for the filename of `*` in the `/application` folder. That's why there's a `root * /files` in `handle_response`. The config works if I replace `php_server`...
This is fixed now. Thank you very much!
@amyblais I really don't want to jump on the "Why's Mattermost Mobile not yet fixed" bandwagon, but these epics are about "low bandwith networks". Are the titles just inaccurate? I'm...
That's really strange. I get exactly the same behavior when specifying "+notls-ca" in both. What does `dig -v` report? For me it's `DiG 9.18.30`.
I also tried `dnslookup` and `q`. The latter works, but only if I disable certificate validation completely or import the CA certificates into my local store. I'm not sure whether...