Jeroen de Boer
Jeroen de Boer
ref https://github.com/dunglas/symfony-docker/pull/106#issuecomment-1011046380
TL;DR the proposed configuration allows Caddy to use the locally generated certificate (with the CA generated by `mkcert`) but now that certificate isn't trusted by the docker PHP container, meaning...
I just realized the docker PHP container is, by default, configured to send Mercure updates over HTTP instead of HTTPS. Adding `127.0.0.1 caddy` to `/etc/hosts` allows me to configure `MERCURE_URL=http://caddy/.well-known/mercure`...
Thanks, I got it to work as follows: Expand diff ```diff ❯ git diff --staged | cat diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 0143fec..2ab2b3d 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -17,6...
Both issues could be fixed if there is a separate configuration within the Caddyfile for caddy:80 and localhost:443, such that both local PHP and the docker PHP app can send...
@michnaadam33 thanks I was looking for something like this :)
> Hello, when will this be officially fixed? This has, in fact, been officially fixed @Inscure https://github.com/markitosgv/JWTRefreshTokenBundle/pull/303 has been merged on **April 7, 2022** and any release >= v1.1.1 contains...
I'm probably missing the prerequisites: > In order to use Meerkat, you must have access to a Vault instance. It requires the following: > > - Kubernetes Auth has to...
Hey @borchero, any chance you could document this sometime soon? Thanks.