c2cgeoportal
c2cgeoportal copied to clipboard
Unable to access WMTS tiles using HTTPS in docker image "camptocamp/qgis-server"
Hi,
I am not able to access WMTS tiles served by a vanilla QGIS server instance from this docker container https://hub.docker.com/r/camptocamp/qgis-server using HTTPS (but everything is OK using HTTP).
No HTTPS request actually hits the server (stdout stays empty when the container is launched without being detached) and the webpage is indefinitely trying to load but nothing happens until it times out.
It's maybe related to this; https://issues.qgis.org/issues/16462
But I'm not sure where to search and what to do from that point. Thanks for any hints or making it possible to directly enable HTTPS requests within QGIS server (?).
Regards.
I don't understand what you try to do...
This container cannot serve the HTTPS protocol, the HTTPS, should be done by a reverse proxy...