Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Failed to Validate Certificate. The application will not be executed

961410Jul 16 2013 — edited Aug 15 2013

I am a compute tech, (So I've troubleshot a lot of things, browsers, plugins, etc) this is a fresh install of Windows 7 Home Pro x64.

When I login to a specific site ti says It says: "Failed to Validate Certificate. The application will not be executed"

these are the details:

sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: java.security.InvalidKeyException: Wrong key usage

  at sun.security.validator.PKIXValidator.doValidate(Unknown Source)

  at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)

  at sun.security.validator.Validator.validate(Unknown Source)

  at sun.security.validator.Validator.validate(Unknown Source)

  at sun.security.validator.Validator.validate(Unknown Source)

  at com.sun.deploy.security.TrustDecider.validateChain(Unknown Source)

  at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)

  at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(Unknown Source)

  at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)

  at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)

  at com.sun.javaws.Launcher.prepareResources(Unknown Source)

  at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)

  at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)

  at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)

  at com.sun.javaws.Launcher.launch(Unknown Source)

  at com.sun.javaws.Main.launchApp(Unknown Source)

  at com.sun.javaws.Main.continueInSecureThread(Unknown Source)

  at com.sun.javaws.Main.access$000(Unknown Source)

  at com.sun.javaws.Main$1.run(Unknown Source)

  at java.lang.Thread.run(Unknown Source)

Caused by: java.security.cert.CertPathValidatorException: java.security.InvalidKeyException: Wrong key usage

  at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(Unknown Source)

  at sun.security.provider.certpath.PKIXCertPathValidator.doValidate(Unknown Source)

  at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source)

  at java.security.cert.CertPathValidator.validate(Unknown Source)

  ... 20 more

Caused by: java.security.InvalidKeyException: Wrong key usage

  at java.security.Signature.initVerify(Unknown Source)

  at sun.security.provider.certpath.OCSPResponse.verifyResponse(Unknown Source)

  at sun.security.provider.certpath.OCSPResponse.<init>(Unknown Source)

  at sun.security.provider.certpath.OCSP.check(Unknown Source)

  at sun.security.provider.certpath.OCSPChecker.check(Unknown Source)

  ... 24 more

No firewalls, adblocking software, fresh clean install of Windows, IE and java.  Tried uninstalling /reinstalling java.  here is a screen shot of my Java Control Panel > Advanced settings.

www.tagr.org/ScreenShot015.jpg

I've tried to "Enable list of trusted publishers" in advanced>security.

I've tried to delete the trusted.certs file in the path:

%userprofile%\AppData\LocalLow\Sun\Java\Deployment\security\

But still no dice.  A friend can login with his computer, so it's something with mine.  Please help.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 12 2013
Added on Jul 16 2013
1 comment
14,125 views