tibiamaps / tibia-maps-installer-windows

:wrench: An executable that downloads and installs Tibia 11 maps on Windows hosts.
https://tibiamaps.io/downloads#installer-11-windows
MIT License
4 stars 2 forks source link

Failing downloads #1

Closed mathiasbynens closed 8 years ago

mathiasbynens commented 8 years ago

The installer now hangs on “Connecting…” and fails after a couple of seconds with the following message:

Download failed; try again later.

It looks like GitHub changed something related to the TLS config of GitHub Pages-hosted files.

Is there an alternative to NSISdl::download with better TLS support?

mathiasbynens commented 8 years ago

Using http://nsis.sourceforge.net/Inetc_plug-in instead of NSISdl might avoid the problem per http://stackoverflow.com/a/29731158/96656.