-
Notifications
You must be signed in to change notification settings - Fork 14
Akka test failures in community build (expired certificate) #904
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
Comments
probably akka/akka-http#4483, @johanandren? |
@SethTisue I'm confused... in https://github.com/scala/community-build/blob/2.13.x/proj/akka-http.conf i see
but I cannot find that revision on akka/akka-http@b1f3d52. In the build logs I see
|
Yep, probably, we've had two sets of test certs run out of their best-before, the one you linked was the most recent, and akka/akka-http#4475 roughly a month ago |
that's the tag commit. it surprises me that GitHub won't show it (TIL!), but if we clone the repo:
so you can equally well use akka/akka-http@2759847, it's a distinction without a difference the usual thing to do in this situation is to cherry-pick the needed changes into https://github.com/scalacommunitybuild/akka-http/tree/community-build-2.13 note that there is an existing community-build-2.13 branch but it's not referenced from |
Thanks! I didn't see that the .conf file have a reference to the origin in the first line. |
@lrytz yeah, that first-line comment is what the |
https://scala-ci.typesafe.com/job/scala-2.13.x-jdk17-integrate-community-build/2626/artifact/logs/akka-http-build.log
Various tests fail with
SSLHandshakeException: NotAfter: Mon Apr 21 09:51:22 UTC 2025.
Something expired.
The text was updated successfully, but these errors were encountered: