-
Notifications
You must be signed in to change notification settings - Fork 55
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
Viking version 1.9 for Windows: Opentopomap tiles not downloading & therefore not displaying #139
Comments
Here is the fix
I found the fix here Can we get a fix when time allows, please. |
I suspect the real reason is that Viking uses libcurl which in turn accesses a certificate store to verify the HTTPS certificate against and this is failing - i.e. getting curl error: 60 for uri... messages in the message log. AFAIK For Viking on Windows this certification store (I'm not even sure where this is - if there is even one - there could be some defaults built into the curl library itself) can only be generated at build time - and then is not updated any further. Thus these verification methods can have expiration dates and can start to fail - hence the above disabling of the verification gets the Tiles working again. For background reference on certificates see here (especially the first part): For most versions of Linux - this is handled at a system level and are periodically updated - such that individual programs don't have to manage this certification update. Viking on Windows has no such luxury or support. And further I think there is difference in binary format between Linux and Windows - such that I can't simply copy the latest file(s) from a Linux system and install them on Windows either. I'll think about turning off the SSL verification in the Windows build - if that means the default (OpenTopoMap) Map service works by default. |
Hi Rob |
Turn off download SSL verification checks on Windows as they fail presumably due to the certificate store being out of date. As no (especially long term) support management for certificate checking in Viking on Windows, simply default SSL checks to off.
Have most recent version of Viking, version 1.9 for Windows, and Opentopomap tiles are not downloading.
Viking 1.9 will download OSM tiles and display these, but will not download and display opentopomap tiles.
Ideas anyone?
The text was updated successfully, but these errors were encountered: