- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 23 May 2007 09:14:24 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4576
Summary: Error thrown when validating over SSL
Product: CSSValidator
Version: CSS Validator
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: ot@w3.org
ReportedBy: blseal@gmail.com
QAContact: www-validator-cvs@w3.org
When I use the validator to validate
<https://static.sourceforge.net/css/sfx.php?secure=1&20061201-0758>, that
page is successfully retrieved, inspected and a result (not valid) is returned.
However, when I try to validate <https://addons.mozilla.org/css/thickbox.css>,
the validator responds with this error:
============
Target: https://addons.mozilla.org/css/thickbox.css
I/O Error: sun.security.validator.ValidatorException: PKIX path building
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target
============
addons.mozilla.org seems to be using standard encryption (RC4 128bit), so I'm
guessing the validator doesn't have the right root certificate installed.
Received on Wednesday, 23 May 2007 09:14:30 UTC