-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
SSL gnutls_handshake() failed: Handshake failed #3062
Comments
Forgot to say the GitLab instance is https://gitlab.josephbanks.me/ |
I'm having the same problem. The docs for my repo worked a week ago, but then my repo server switched to a new certificate (EV certificate from Terena) and now all RTD builds fail on git clone with the gnutls_handshake error. |
@Kobzol could you provide more information? The report of this issue is several months old and I can't reproduce it locally. So, probably something is fixed with the SSL certificate. |
Every build of my project fails with this error:
I've tried to build several RTD projects hosted on the same repository website that worked with a different certificate just a few weeks ago and all of them fail with the same error, so I'm pretty sure it's caused by the certificate. I know that some other tools that are accessing the website of my repo are having the exact same problem with the handshake. So I guess it's either a badly configured certificate or maybe RTD uses an outdated SSL library that doesn't work with this certificate? The certificate is on this site: https://code.it4i.cz. It uses TLS 1.2, ECDHE_RSA with P-256 and AES_256_GCM. |
I can clone the repository without any problem in my computer, so it's definetly something on RTD. I'm not sure what, yet but I will ask to the other folks. Thanks for your report. |
I checked the certificate on SSL Labs and it looks good. This issue appears to be an issue with Ubuntu 14.04 issue -- RTD's build servers are still on that -- and when they are upgraded this will resolve itself (see #3615). The same issue does not manifest on later versions. |
It works after server upgrade to 16.04 (#3615) :-) Thanks! |
@Kobzol nice! thanks for the update here. I'm closing this issue. Feel free to reopen if you consider ;) |
Details
Expected Result
Cloning repo going fine
Actual Result
Getting an error https://i.josephbanks.me/i55un.png, this is a legit certificate from Comodo, under a Cloudflare Flexible SSL plan, so it's not a problem with the cert, just wondering what's going on...
The text was updated successfully, but these errors were encountered: