swcarpentry / windows-installer

Software Carpentry installer for Windows.
MIT License
21 stars 17 forks source link

Bypass SSL certification for downloading. #59

Open bartoldeman opened 8 years ago

bartoldeman commented 8 years ago

This may not be the best way to solve this issue but we need it quickly or participants cannot use nano (we'd have to use vim or notepad instead).

Otherwise the http://www.nano-editor.org/dist/v2.2/NT/nano-2.2.6.zip download fails with "error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed"

embray commented 8 years ago

Thanks for this simple fix. I think that's good enough for now. I do hope to get some comments on #56 --the lack of discussion is why I haven't moved forward on an improved installer yet. But in the meantime this should at least make the nano installation work (though it won't do much to help with #55 :(

devbioinfoguy commented 7 years ago

I was able to successfully build the installer with this code change. This works correctly on Windows8 and Windows10.

moorepants commented 7 years ago

We've been facing this issue with Windows 10 installation at a workshop in Sacramento. +1 to merge.