cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SSL Handshake Error

Former Member
0 Likes
4,722

I am currently using an RFC of Type " HTTP Connections to External Sever" to establish connectivity with a third party system with Target Host as Spectrum.pitneybowes.com and Path Prefix as /Soap/ .

I have installed the SSL Certificate of the above Target Host in Strust and I am able to establish connectivity.

But when I use the Sub Domain of the above mentioned Target Host i.e. microbatch.spectrum.pitneybowes.com and Path Prefix as /Soap / with the very same SSL Certificate then I am not able to establish connectivity as it throws an SSL Handshake Error.

According to the owner of the third party system the SSL Certificate is a wild character certificate which supports multiple Sub Domains of Spectrum.Pitneybowes.com and it works fine for them over the URL and other applications .

However it's not working in SAP , kindly advice.

View Entire Topic
SamuliKaski
Active Participant

The trace reveals SSL_ERROR_CONNECTION_LOST followed by SSSLERR_SSL_CONNECT. Your AS ABAP might not be enabled for TLS 1.2 or higher, the target server probably requires it. See SAP notes 2368112 and 510007 for details.