mediagis / nominatim-docker

100% working container for Nominatim
Creative Commons Zero v1.0 Universal
1.13k stars 446 forks source link

curl: (60) SSL certificate problem: self-signed certificate in certificate chain #569

Open swarnajyothi opened 4 months ago

swarnajyothi commented 4 months ago

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:

  1. 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

  2. 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 image

Desktop / Server (please complete the following information):

Is there any way to bypass this like curl -k ? Please help us with the possible solution,

KnotzerIO commented 4 months ago

Are you using docker desktop?

swarnajyothi commented 3 months ago

yes , we are using docker desktop