Questions tagged [sslhandshakeexception]

This Java Exception is raised during an SSL/TLS Handshake and usually triggered by some incompatibility between the client and the server.

The possible incompatibilities typically are : TLS versions, Cipher Suites, Options, Certificate validation.

Once raised, the connection is no longer usable. If it follows a previous correctly established handshake, the Session Identifier is no more considered as correct.

529 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
  • 2
  • 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
  • 3,197
  • 5
  • 35
  • 55
-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
35
36