Hide Forgot
Version-Release number of selected component (if applicable): ca-certificates-2010.63-3.fc14.noarch Steps to Reproduce: echo | openssl s_client -CAfile /etc/pki/tls/cert.pem -connect bugzilla.redhat.com:443 2>&1 | grep Verify Actual results: Verify return code: 21 (unable to verify the first certificate) Expected results: Verify return code: 0 (ok) Additional info: The problem may be also on the server's side.
Works fine here. Please attach the complete output from the command. depth=3 C = US, O = Equifax, OU = Equifax Secure Certificate Authority verify return:1 depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA verify return:1 depth=1 C = US, O = "GeoTrust, Inc.", CN = GeoTrust SSL CA verify return:1 depth=0 serialNumber = bcTlha1YkNcz9-M0vAzRilv01xaCkiRQ, C = US, ST = North Carolina, L = Raleigh, O = Red Hat Inc, OU = Information Technology, CN = bugzilla.redhat.com verify return:1
It started to work for me as well a while ago. It looks like a temporary issue, but not related to my configuration since other people were observing the same problem, too -- bug 669984 I am closing the bug now. Hopefully the problem has been solved somewhere else.