Closed Bug 158818 (ocsp8063) Opened 23 years ago Closed 23 years ago

ocsp validation gives 8063 error

Categories

(Core Graveyard :: Security: UI, defect, P2)

1.0 Branch
Sun
Solaris
defect

Tracking

(Not tracked)

VERIFIED INVALID
psm2.3

People

(Reporter: kumar.thangavelu, Assigned: ssaux)

References

Details

From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; SunOS 5.6 sun4u) BuildID: 2002052306 After enabling OCSP validation in Mozilla by selecting the option to contact the OCSP responder specified in the AIA extension of the certificate, the browser gives the -8063 error on contacting the ocsp responder. Reproducible: Always Steps to Reproduce: 1.Use the browser to validate a server certificate through a OCSP responder 2. 3. Actual Results: The browser gives the error Error trying to validate certificate from insn046a.idc.oracle.com using OCSP - currupted or unknown response. Error code 8063 Expected Results: The browser should have either -established a https connection to the site if the certificate was valid -Given a explicit invalid/unknown certificate message
Alias: ocsp8063
->PSM
Component: Networking → Client Library
Product: Browser → PSM
Version: other → 1.01
Blocks: 157555
qa > junruh
Assignee: new-network-bugs → ssaux
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: benc → junruh
Version: 1.01 → 2.3
176 SEC_ERROR_OCSP_MALFORMED_RESPONSE = (SEC_ERROR_BASE + 129) If the ocsp response is invalid, and you've chosen to use OCSP, then the correct thing to do is give that error. The cert is not valid if we can't establish that it is valid. Unknown would mean that there isn't an AIA extension in the cert. If there is one, we must treat it as expecting a valid response. Otherwise you'd be able to defeat ocsp. The current results are expected. this bug is invalid.
Status: NEW → RESOLVED
Closed: 23 years ago
Priority: -- → P2
Resolution: --- → INVALID
Target Milestone: --- → 2.3
V
Status: RESOLVED → VERIFIED
cc julien to comment on what triggers NSS to report a malformed OCSP response.
20020523 is a really old build. OCSP fixes were made a long time ago. Please pick up a recent build and try again. See bugs http://bugzilla.mozilla.org/show_bug.cgi?id=130885 and http://bugzilla.mozilla.org/show_bug.cgi?id=141256 .
Product: PSM → Core
Version: psm2.3 → 1.0 Branch
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.