0

I implemented trust store using SSLConnectionSocketFactory. In my client (which uses axis to talk to server), I am getting the following error when calling connectSocket(). In which cases I get this error?

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found

user207421
  • 305,947
  • 44
  • 307
  • 483
G G
  • 1,049
  • 4
  • 17
  • 26

1 Answers1

0

You get that exception when the RootCA, the Intermediate-CA or the whole CA-chain is missing. This post might help you solve your problem: SSLHandshakeException

Community
  • 1
  • 1
Seb B.
  • 677
  • 6
  • 15