Skip to content
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

Open
swarnajyothi opened this issue Jul 12, 2024 · 2 comments
Labels

Comments

@swarnajyothi
Copy link

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):

  • 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,

@KnotzerIO
Copy link

Are you using docker desktop?

@swarnajyothi
Copy link
Author

yes , we are using docker desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants