Bug 128669 - First certificate in the certificate chain file is ignored
Summary: First certificate in the certificate chain file is ignored
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-07-27 19:43 UTC by Kuba Ober
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-08-09 13:40:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kuba Ober 2004-07-27 19:43:53 UTC
Description of problem: 
First certificate given in the SSLCertificateChainFile seems to be 
ignored by mod_ssl. 
If debug LogLevel is set in the secured VirtualHost directive, the 
following debug message will be seen in the ssl'd hosts' error log: 
'Configuring server certificate chain (0 CA certificates)'. The 
number "0" is invalid. 
 
Workaround: 
Pasting the first certificate twice works. The second certificate 
will be properly recognized and "1 CA certificates" will appear in 
the server certificate chain debug log message.

Comment 1 Joe Orton 2004-08-07 21:53:16 UTC
What version of httpd and mod_ssl are you using? This is supposed to
be fixed in 2.0.49 and later.

# rpm -q mod_ssl httpd


Comment 2 Kuba Ober 2004-08-09 13:40:14 UTC
Yep, it's 2.0.40. My bad. 


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