Description of problem: Retrieve an unknown serial number using: https://ca.example.com:9444/ca/ee/ca/displayBySerial?serialNumber=0xb and the result is a page containing the error message: LDAP operation failure - cn=11,ou=certificateRepository, ou=ca, dc=ca.example.com-pki-ca netscape.ldap.LDAPException: error result (32); matchedDN = ou=certificaterepository,ou=ca,dc=ca.example.com-pki-ca Version-Release number of selected component (if applicable): svn checkout r276 Steps to Reproduce: Request a certificate to be displayed for a non-existent serial # Expected results: A status message saying "this certificate does not exist" or something of the sort.
I used CA installed on Fedora 8 and FireFox 2.0.0.19 to test the following combinations: https://<hostname>:9444/ca/ee/ca/displayBySerial?serialNumber=0xb https://<hostname>:9444/ca/ee/ca/displayBySerial?serialNumber=11 http://<hostname>:9180/ca/ee/ca/displayBySerial?serialNumber=0xb http://<hostname>:9180/ca/ee/ca/displayBySerial?serialNumber=11 https://<hostname>:9443/ca/agent/ca/displayBySerial?serialNumber=0xb https://<hostname>:9443/ca/agent/ca/displayBySerial?serialNumber=11 and they all work.
Worked how? What message did you get back? Is there an existing cert with that serial number?
*** This bug has been marked as a duplicate of bug 553423 ***