FULL PRODUCT VERSION :
java version "1.8.0_92"
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
My client was accepting a cert with sha224withRSA signature algorithm with java version "1.8.0_91".
When I upgraded to java version "1.8.0_111", I see below error, which got introduced in java version "1.8.0_92".
handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: SHA224withRSA*
REPRODUCIBILITY :
This bug can be reproduced always.