This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4576 - Error thrown when validating over SSL
Summary: Error thrown when validating over SSL
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-23 09:14 UTC by Leon
Modified: 2009-01-21 20:47 UTC (History)
1 user (show)

See Also:


Attachments
test (4 bytes, text/plain)
2008-03-26 06:49 UTC, varsha
Details

Description Leon 2007-05-23 09:14:24 UTC
When I use the validator to validate <https://static.sourceforge.net/css/sfx.php?secure=1&amp;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.
Comment 1 varsha 2008-03-26 06:49:35 UTC
Created attachment 539 [details]
test

test
Comment 2 Leon 2008-04-05 04:40:55 UTC
Works for me now - the new version seems to have fixed the problem.