Bug 494350 - Certificate verification failure with intermediate certificates
Summary: Certificate verification failure with intermediate certificates
Keywords:
Status: CLOSED DUPLICATE of bug 502451
Alias: None
Product: Fedora
Classification: Fedora
Component: neon
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-06 14:14 UTC by Alexander Boström
Modified: 2009-09-01 12:57 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-01 12:57:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexander Boström 2009-04-06 14:14:35 UTC
For cadaver or neon.

Description of problem:
Certificate verification failure for servers with an intermediate certificate.

Version-Release number of selected component (if applicable):
cadaver-0.23.2-4.x86_64
neon-0.28.3-2.x86_64
gnutls-2.4.2-3.fc10.x86_64

How reproducible:
Always.

Steps to Reproduce:

Success:
$ gnutls-cli </dev/null --x509cafile /etc/pki/tls/certs/ca-bundle.crt \
   -V -p 443 www.kth.se|grep 'certificate is'
- Peer's certificate is trusted

Failure:
$ cadaver </dev/null https://www.kth.se/|head -1
WARNING: Untrusted server certificate presented for `www.kth.se':

Success:
$ cadaver </dev/null https://bugzilla.redhat.com/|head -1
Could not access / (not WebDAV-enabled?):

Actual results:
cadaver fails for www.kth.se

Expected results:
cadaver should be able to verify the certificate.

Comment 1 Joe Orton 2009-04-06 15:28:30 UTC
This is pretty odd - I can't see that cadaver/neon are doing anything different/wrong to gnutls-cli here.

Comment 2 Joe Orton 2009-09-01 12:57:23 UTC
This was an X.509v1 root cert, so, it was caused by a neon bug, now fixed.  Thanks for the report.

*** This bug has been marked as a duplicate of bug 502451 ***


Note You need to log in before you can comment on or make changes to this bug.