0

I am creating a Spring Boot integration with Tomcat for Soap WebService application

We are calling other Soap WebServices inside it, which are running in https protocol.

Could you please help me how to config SSL for external servers?

Daya Ck
  • 21
  • 2

1 Answers1

0

First of all, if these external servers have their own legal trusted certificates, you don't need to do anything.

But if not and you trust these external servers, you can skip certificates verification for those servers as How to fix the “java.security.cert.CertificateException: No subject alternative names present” error?.

Or just skip specific host as SSLHandshakeException: No subject alternative names present.

Wish it could help.

Community
  • 1
  • 1
Horsing
  • 1,070
  • 7
  • 22