javax.net.ssl.SSLHandshakeException

Upload core product.
Post Reply
tszarans
Posts: 9
Joined: Thu May 13, 2010 11:41 pm

javax.net.ssl.SSLHandshakeException

Post 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

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

Re: javax.net.ssl.SSLHandshakeException

Post by support »

Try WeakSSL with the following parameter:
<PARAM NAME="param6" VALUE="weakssl">
<PARAM NAME="value6" VALUE="dummy">

Post Reply