This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I receive the following when I try to use the CSS validator with a valid https site: Target: https://secure.lccapital.net/index.php 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
The site site to works on both the experimental and production versions of the CSS Validator. Did something change on your end?
I did just change something a few days ago- the certificate was a chain certificate, and I didn't have the chain file loaded in the apache configuration correctly. I didn't notice a problem in most browsers, but some browsers were saying the certificate was unauthenticated (kind of like a self-signed one). I fixed the apache configuration and didn't expect it to fix this bug, too. Still, the validator should work, even for sites that aren't using a valid certificate. I would be more than happy to revert the apache configuration back to a previous state and see if this bug pops up again, if you would like me to.
When I try to use the CSS validator with the site: https://www.visualflavors.com/index.php I receive the following error message: CSS Validator Error Target: https://www.visualflavors.com:443/ 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 By all accounts, my Trustwave certificate for the website is valid, and properly installed. Could someone help me get this problem resolved?
Additional information from a java programmer: "The Trustwave SSL certificates are accepted by regular internet browsers, but Java does not seem to come with the prerequisite root certificates resulting in the error message" (javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)
Incorporated patch from Miklos Vajna <vmiklos@dsd.sztaki.hu> See http://lists.w3.org/Archives/Public/www-validator-css/2010Jun/0000.html
*** Bug 9171 has been marked as a duplicate of this bug. ***