Defect #24864
closed
svn.redmine.org: "The certificate is not issued by a trusted authority"
Added by Gwyll Gwyllin almost 8 years ago.
Updated 5 months ago.
Category:
Website (redmine.org)
Description
Your certificate is expired.
Error validating server certificate for 'https://svn.redmine.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: svn.redmine.org
- Valid: from Jan 8 00:00:00 2017 GMT until Jan 8 23:59:59 2020 GMT
- Issuer: Gandi, Paris, Paris, FR
- Fingerprint: AB:F1:C8:B7:69:A6:99:BD:20:C1:59:A4:5F:60:9E:27:2D:81:82:B7
Files
Sorry, not expired ... untrusted.
- Status changed from New to Needs feedback
As I mentioned, not expired, untrusted.
So ... yes, really.
What is problem?
I included the error message in the description but if you prefer screenshots, see attached.
Do you mean "Gandi, Paris, Paris, FR" is untrusted?
- File gnutls-cli.txt gnutls-cli.txt added
- Subject changed from Upgrade svn.redmine.org's SSL Certificate to svn.redmine.org: "The certificate is not issued by a trusted authority"
- Category changed from Security to Website (redmine.org)
- Status changed from Needs feedback to New
- Priority changed from High to Low
- Related to Defect #24509: SSL Certificate expired for svn.redmine.org added
- Related to Defect #22281: http://redmine.org results in a 403 Forbidden added
The certificate itself is fine and valid. However, it appears that the server for https://svn.redmine.org does not send along the required intermediate certificates to allow clients to verify the full certificate chain as shown in Toshi's gnutls trace.
Some clients (like most current browsers) cache intermediate certificates they have already seen somewhere else (e.g. from a visit to https://www.redmine.org) . This allows them to still verify the certificate chain even if the actual server does not send the required certificates along.
SVN clients usually don't do this (and don't even "visit" other sites). Thus, they have no way to learn about the intermediate certificate chain which is required to verify the server certificate. The clients only have their internal list of trusted root certificates. The solution would be to configure the webserver at https://svn.redmine.org to also send the intermediate certificates along, similar to how it's done for the main website at https://www.redmine.org. I think that right now only Jean-Philippe is able to perform this change.
- Status changed from New to Closed
- Resolution set to Fixed
It seems that this was fixed.
svn.redmine.org currently sends an intermediate certificate which allows clients to build a certificate chains towards the "USERTrust RSA Certification Authority" which is usually included in trusted root certificate stores.
Also available in: Atom
PDF