Closed
Bug 171279
Opened 22 years ago
Closed 22 years ago
Cannot reach site whose cert lacks server authentication OID
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 172036
People
(Reporter: junruh, Assigned: ssaux)
References
()
Details
Some clues
1.) The error message is:
'Could not establish an encrypted connection because certificate presented by
www.cu-webssl.net is invalid or corrupted. Error Code:-8101'
2.) IE6 and Navigator 4.8 can reach the web site.
3.) nelsonb's tstclnt shows that the brand of server (WebSite/3.5.11) is not TLS
intolerant.
4.) The error -8101 shows "Certificate type not approved for application."
5.) SSLTAP does not finish the output and return me to the prompt.
6.) IE6's Enhanced Key Usage shows "Unknown Key Usage(2.16.840.1.113730.4.1)"
7.) The cert is
subject DN:
CN=www.cu-webssl.net,
OU=Internet Services,
O="Apex Data Systems, Inc.",
L=Indianapolis,
ST=Indiana,
C=US
issuer DN:
OU=www.verisign.com/CPS Incorp.by Ref. LIABILITY LTD.(c)97 VeriSign
OU=VeriSign International Server CA - Class 3,
OU="VeriSign, Inc.",
O=VeriSign Trust Network
Comment 1•22 years ago
|
||
I looked at the certificates. The server certificate includes an Extended Key
Usage extension that does not have the SSL Server and SSL Client OIDs.
Therefore the certificate is being rejected.
The server is sending the intermediate certificate, so is not a
misconfiguration problem.
The key usage value (2.16.840.1.113730.4.1) is the Netscape "Step-up" OID,
which indicates that domestic-level security may be used on this site.
Comment 2•22 years ago
|
||
On the basis of Terry's analysis, I agree that this chain is invalid.
So, why does C4.x and IE6 approve of it?
Reporter | ||
Comment 3•22 years ago
|
||
Dupe.
*** This bug has been marked as a duplicate of 172036 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 5•21 years ago
|
||
*** Bug 224844 has been marked as a duplicate of this bug. ***
Comment 6•21 years ago
|
||
Changed summary to reflect the problem.
Summary: Cannot reach cu-webssl.net → Cannot reach site whose cert lacks server authentication OID
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•