|
From: emmexx <em...@ti...> - 2024-07-02 10:54:05
|
I lost half a day trying to understand why the docker container didn't work when trying to use https. I found out that the docs and the startup.sh script don't match. The documentation at https://github.com/geoserver/docker?tab=readme-ov-file#how-to-enable-https references variables that are not present in the startup.sh file in the container in 2.25.2. The github startup.sh file instead references those variables: https://github.com/geoserver/docker/blob/master/startup.sh I don't know if that is related to the vulnerabilities disclosed last week. maxx |