elm-lang / elm-package

Command line tool to share Elm libraries
BSD 3-Clause "New" or "Revised" License
213 stars 66 forks source link

Request zipballs from GitHub over HTTPS #199

Closed bdukes closed 8 years ago

bdukes commented 8 years ago

GitHub will redirect from HTTP requests to HTTPS, so we should avoid having to follow a redirect for every request.

Also, the error in #163 mentions things about TLS and ciphers, so I didn't know if this might reduce the chance of that error popping up (at least until someone who actually knows Haskell is able to implement a retry).

Thanks!

jvoigtlaender commented 8 years ago

Duplicate of https://github.com/elm-lang/elm-package/pull/195. Closing here, but maybe add any comments you have over there.