-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl: (60) SSL certificate problem: self-signed certificate in certificate chain #569
Comments
Are you using docker desktop? |
yes , we are using docker desktop |
Ran into this myself and found a solve for it. Using this answer I exported both the I then added the following lines to the Dockerfile (see note at end):
Then build the image as normal (naming it just nominatim and run it:
Editing the Dockerfile on WindowsIf you followed the instructions but only get
I also made further edits in nano inside WSL to avoid this error again |
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,
The text was updated successfully, but these errors were encountered: