SSL handshake exception on installing SSL certificate

Upload core product.
Post Reply
amrish_deep
Posts: 40
Joined: Tue Jun 17, 2008 5:14 am

SSL handshake exception on installing SSL certificate

Post by amrish_deep »

I have upload applet on the site running and working fine before installing SSL certificate.But recently I installed SSL certificate on the website. Now the applet is giving the following error
Upload started ...Upload failed : 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: SSL handshake exception on installing SSL certificate

Post by support »

It means your certificate it not trusted (self-signed) or signer is not found in trust store. you can bypass this check by installing WeakSSL add-on:
http://www.jfileupload.com/products/tools/index.html

Post Reply