SSL issue [Solved]

Upload core product.
Post Reply
vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

SSL issue [Solved]

Post by vlad »

Hi,

I'm trying to use JFileUpload over HTTPS, but I'm getting the following error:

[ERROR] HTTPTransfer - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: basic constraints check failed: pathLenConstraint violated - this cert must be the last cert in the certification path

Could you please tell me what the problem would be?

Thank you!
Last edited by vlad on Thu Jan 22, 2009 3:13 am, edited 2 times in total.

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

Re: SSL issue

Post by support »

Certificate is self-signed or authority is no recognized. Use WeakSSL add-on by bypass it:
http://www.jfileupload.com/products/tools/index.html

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: SSL issue

Post by vlad »

Thank you for the fast reply!

Does "WeakSSL2.2" work with "JFileUploadPremium2.3"?

P.S. I have manually imported the certificate in JRE and it works now. It's strange because the certificate is not a test one and works fine in all browsers.

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

Re: SSL issue

Post by support »

Yes, WeakSSL 2.3 should work with the 2.3 Beta you have.
Importing a certificate in the JRE is a solution but if you plan large deployment then it's not easy.

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: SSL issue

Post by vlad »

It seems that the problem was caused by an incorrect HTTPS certificate installation.
This was the applied solution that worked: http://groups.google.com/group/google-c ... 3127?pli=1, in case other people experience this.

Thanks for the help!

Post Reply