Closed mathiasbynens closed 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?
NSISdl::download
Using http://nsis.sourceforge.net/Inetc_plug-in instead of NSISdl might avoid the problem per http://stackoverflow.com/a/29731158/96656.
The installer now hangs on “Connecting…” and fails after a couple of seconds with the following message:
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?