-
Notifications
You must be signed in to change notification settings - Fork 821
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
get-fonts.sh fails with "curl: (60) SSL certificate problem: certificate has expired" #4864
Comments
I've reported it to osdn.net at https://osdn.net/projects/support/ticket/48489, hopefully they'll fix it |
osdn.dl.osdn.net certificate has been updated in the meantime. The new "not before validity date" is Mon, 17 Jul 2023 01:48:41 GMT. |
This comment was marked as outdated.
This comment was marked as outdated.
It's failing again for me today:
maybe we should add the |
Or, given that this download takes over half an hour at ca.16KB/s: host a copy of this somewhere else? |
Given that the following problems have been going on for months (at least):
I too think it would be prudent to host needed files somewhere else (preferably before it collapses completely). The certificate problems are back for me too: (click to expand)
Also several of IPs offered fail to connect, and those that do connect often fail due to timeout, have certificate errors, or in best case are horribly slow (single-digit kBps). In addition, the ticketing system often timeouts too. |
I am not opposed to changing the source of the fonts but i wonder if picking a random mirror just moves the problem slightly until it strikes again (when this hoster becomes unreliable). We had essentially the same problem with the Natural Earth files already. There are options worth considering IMO:
|
Sure, self-hosting needed font files seems ideal (as I liked it in that other issue). However, I'd still go with quick pragmatical applying of #4887 in the meantime, as analysis paralysis is detrimental to everyone. It's trivial to review, and it is just one click to apply. Can we? Those with enough rights can work on implementing self-hosting. If I can help with that too, I'd be glad to try. Let me know. |
Reported issue on https://t.me/OpenStreetMapDev/7266 when following tutorial at https://switch2osm.org/serving-tiles/manually-building-a-tile-server-ubuntu-22-04-lts/
Expected behavior
scripts/get-fonts.sh
finishes successfully and downloads needed fonts and unpacks/installs them.Actual behavior
curl returns error
curl: (60) SSL certificate problem: certificate has expired
and script aborts.It seems to be related to downloading
hanazono.zip
Screenshots with links illustrating the problem
Ideally remote site would fix certificates and keep them in order, or other more reliable font source should be used, or (worst case)
--insecure
might be used to allow curl to download the fonts.The text was updated successfully, but these errors were encountered: