Peer Certificate Rejected by Chainverifier
I Have a Java11 Application That Exposes a Soap Endpoint on a Linux Centos7 Server. I Can Call the Soap Endpoint from My Localhost Successfully via Postman. We...
I have a Java11 application that exposes a SOAP endpoint on a Linux Centos7 server. I can call the SOAP endpoint from my localhost successfully via Postman.
We have a client who when they try call the endpoint (via their SAP system), they get the following error message:
Peer certificate rejected by ChainVerifier
Any ideas please?
I thought the issue may be that that the client needs to ad a certificate to their keysore, but my localhost does not have one, and it works. Do they maybe have to upgrade to a higher version of TLS?