Questions tagged [sslhandshakeexception]

484 questions
-1
votes
1 answer

How do i configure external service call certificates in Jboss 5

When trying to connect the external service from plain java code i am getting proper response. I am using Java 1.8.51. For setting the certificate in plain java code i am using the below property, System.setProperty("javax.net.ssl.keyStore",…
Dhiyaneswaran
  • 51
  • 1
  • 6
-1
votes
2 answers

Same code, different behaviour in sending email through Lotus Domino

I'm trying to send an email on port 465 with SSL. Running in a stand-alone application in Eclipse, everything works well. Running in a Domino Java Agent I'm getting an SSLHandshakeException. Below you can see the code and…
-2
votes
1 answer

javax.net.ssl.SSLHandshakeException:PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target My spring boot application communicate to a remote https…
Rahul Raj
  • 2,538
  • 3
  • 23
  • 44
-2
votes
1 answer

PayPal https ko

I have been using PayPal Express Checkout NVT API for years on an old Debian. Now (January 2015) my Java servlet says : FATAL [FatalException] Unable to complete HTTPS transaction javax.net.SSLHandshakeException: Received fatal alert:…
1 2 3
32
33