We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently I had to build some projects on Windows. I decided to use Stack this time, but it failed to download build plan with something like this:
TlsExceptionHostPort (HandshakeFailed (Error_Protocol ("certificate has unknown CA"))) "raw.githubusercontent.com" 443
I didn't try again and resorted to good old Cabal boilerplate with MinGHC. I thought I'd better report this.
The text was updated successfully, but these errors were encountered:
See http://stackoverflow.com/questions/32654493/stack-haskell-throws-tlsexception-in-windows/32654494#32654494 and #234. Please re-open this issue if following the advice in those doesn't help.
Sorry, something went wrong.
I removed internet explorer from my Windows 7 install so the advice above "visit the TLS site with IE & it will add the CA" doesn't work for me.
No branches or pull requests
Recently I had to build some projects on Windows. I decided to use Stack this time, but it failed to download build plan with something like this:
I didn't try again and resorted to
goodold Cabal boilerplate with MinGHC. I thought I'd better report this.The text was updated successfully, but these errors were encountered: