-
Notifications
You must be signed in to change notification settings - Fork 58
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
Handshake Failure: SSL Alert number 40 #69
Comments
I got exactly the same error, many times recently. This is because I added validation just recently to all my repos. I'm about to disable wrapper validation in some cases, because this happens too much in a huge matrix,
|
Hope it will be helpful to someone. As a workaround, I've switched to using gradle-update/update-gradle-wrapper-action which verifies wrapper integrity upon updating (docs). Pros: keeps Gradle wrapper up-to-date, what yet not supported by Dependabot. |
Renovate updates wrappers along with version numbers. |
This looks like it should be fixed by #167 |
Nice, thanks @Marcono1234 and @JLLeitschuh for doing the heavy lifting! It'll definitely decrease the probability of this happening significantly. |
@TWiStErRob You'll just need to wait for |
No worries, I got them stable by running once in a separate runner. Not the most cost-effective though. |
Came across a sporadic SSL handshake failure in one of the parallel job executions. The same job passed from the second attempt after re-running. While it's unclear why higher TLS versions didn't work through in this case, it might be worth configuring OpenSSL to restrict SSLv3 usage on the client side.
Error: write EPROTO 140390028728256:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1546:SSL alert number 40
The text was updated successfully, but these errors were encountered: