Page 1 of 1

javax.net.ssl.SSLHandshakeException

Posted: Thu May 13, 2010 11:51 pm
by tszarans
Hi,

I have been using jfileupload for sometime now, and recently switched over to a star, or * SSL certificate, eg: *.somedomain.com

When I try an upload using jfileupload 2.4 I get 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

I have tried using the weakssl2.6 work around but the issue still exists.

If I revert back to the old SSL certificate the applet works.

Any suggestions?

Thanks,
Tony

Re: javax.net.ssl.SSLHandshakeException

Posted: Fri May 14, 2010 2:09 pm
by support
Try WeakSSL with the following parameter:
<PARAM NAME="param6" VALUE="weakssl">
<PARAM NAME="value6" VALUE="dummy">