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!
SSL issue [Solved]
5 posts
• Page 1 of 1
SSL issue [Solved]Last edited by vlad on Thu Jan 22, 2009 3:13 am, edited 2 times in total.
Re: SSL issueCertificate is self-signed or authority is no recognized. Use WeakSSL add-on by bypass it:
http://www.jfileupload.com/products/tools/index.html
Re: SSL issueThank 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.
Re: SSL issueYes, 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.
Re: SSL issueIt 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-checkout-api-troubleshooting/browse_thread/thread/99862c11d37d3127?pli=1, in case other people experience this. Thanks for the help!
5 posts
• Page 1 of 1
|