error:
**curl: (60) SSL certificate problem: self-signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.**
Screenshots & Logs
Desktop / Server (please complete the following information):
OS & Version: [e.g. Windows 11]
Docker Version: [e.g. 26.1.4]
Nominatim Version: [4.4]
Is there any way to bypass this like curl -k ? Please help us with the possible solution,
Describe the bug When I am trying to run following docker command docker run -it \ -e PBF_URL=https://download.geofabrik.de/europe/monaco-latest.osm.pbf \ -e REPLICATION_URL=https://download.geofabrik.de/europe/monaco-updates/ \ -p 8080:8080 \ --name nominatim \ mediagis/nominatim:4.4
I am facing some ssl certificate issue
To Reproduce Steps to reproduce the behavior:
docker run -it \ -e PBF_URL=https://download.geofabrik.de/europe/monaco-latest.osm.pbf \ -e REPLICATION_URL=https://download.geofabrik.de/europe/monaco-updates/ \ -p 8080:8080 \ --name nominatim \ mediagis/nominatim:4.4
error: **curl: (60) SSL certificate problem: self-signed certificate in certificate chain More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.**
Screenshots & Logs
Desktop / Server (please complete the following information):
Is there any way to bypass this like curl -k ? Please help us with the possible solution,