Sorry about that, I brought it up in issue #150[1] and had thought that cabal-install was no longer a limiting factor on forcing SSL connections. I've just added a workaround that disables the redirect for tarballs, so that it should still work with cabal-install, while granting most users the security guarantees of using SSL. I believe this will be a sufficient workaround, but I'd appreciate if you could test and confirm that this fixes the problem for you.On Wed, Feb 3, 2016 at 2:13 PM, David Turner <dct25-561bs@mythic-beasts.com> wrote:Hi,Overnight there seems to have been a change to stackage where it's now issuing redirects from http to https URLs:~$ cabal updateDownloading the latest package list from stackage-lts-2.22Warning: http error: Unable to handle redirect, unsupported scheme:cabal: Failed to downloadhttp://www.stackage.org/snapshot/lts-2.22/00-index.tar.gz : ErrorMisc "ErrorHTTP code: 301"My cabal doesn't seem to like https and I think it's a recentish version:$ cabal --versioncabal-install version 1.22.0.0using version 1.22.0.0 of the Cabal libraryI'm probably using a bit of an old workflow (and I know that LTS-2 is pretty old too) but is there any simple way of getting this working again?Cheers,