-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
http-client-tls test failure #196
Comments
Pinging @vincenthz |
This issue was fixed here: haskell-tls/hs-tls#124 I would consider this somewhat serious as I had multiple clients & servers deployed with this issue from a stackage snapshot which were practically unusable under load. Now I'm using:
|
This shouldn't be showing up in recent builds though, since Stackage has already moved over to a recent tls release. |
What stackage snapshot is being used when the above fails? |
this is while building a new nightly, with tls-1.3.6 |
looks like a bug in SHA384 based ciphers which got defined while investigating haskell-tls/hs-tls#139 which made tls 1.3.6; I've disabled them now, and uploaded tls 1.3.7 |
LTS 5.16 made it out with http-client-tls-0.2.4 + tls-1.3.7 so this is fixed, thanks! |
Perhaps because of the new version of tls?
The text was updated successfully, but these errors were encountered: