I am trying to set up a reverse proxy, used to serve multiple ApiPlatform applications in local. My problem is that ApiPlatform 2.6 comes with Caddy Server, which set up HTTPS by default.
I cannot find a way for my reverse proxy to have the same self-signed certificate than the one used by ApiPlatform, always ending up with SSL errors...
Can you give me some advice ? Is there some resources to understand the mechanisms somewhere ?
Thanks !