PKIX path building failed in Java application

Asked By 40 points N/A Posted on -
qa-featured

Hi Pro,

When I try to download a video from an authorized website, I got this error message. I do not understand why I got this error. Is my antivirus software is not allowing me download any video? Do I need to change any settings in that? Friends suggest me some idea to overcome this error. Badly in help. Thanks.

 

Security Warning

The publisher cannot be verified by a trusted source. Code will be treated as unsigned.

Name: DBsignUWS

ValidatorException: PKIX path validation failed:

Java.security.cert.CertPathValidatorException:

Java.security.InvalidKeyException: Wrong key usage

SHARE
Answered By 0 points N/A #187723

PKIX path building failed in Java application

qa-featured

This is not an actual error, but rather a warning. You are being warned by your Java installation that an applet is not signed and the publisher could not be verified. The cause of this problem in the latest update of Java itself, which treats all unsigned applets as untrusted. Right now, you have the option to click "OK" and still execute it, but in an upcoming version of Java, these applets will be automatically blocked.

Related Questions