Symptom
When checking the traces via the Log Viewer to collect detailed diagnostic traces you see entries similar to below during SOAP Receiver Channel processing:
Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier
SOAP: Call failed: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier
Failed to call the endpoint: Error in call over HTTP: HTTP 0 null
Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure Reason: Without SNI the request may be rejected with handshake error by target system even before sending the certificate.
or
IOException while handshaking: Connection closed by remote host.
or
Invalid SSL message, peer seems to be talking plain
Here SOAP Receiver channel is configured with Proxy, towards HTTPS endpoint.
And you may find:
- In Channel, SSL handshake succeeds.
- In Runtime, SSL handshake fails.
In Runtime, PI is doing SSL handshake *with* the Proxy, not *via* the Proxy,
where the Proxy of course may not respond properly to the SSL Handshake request.- e.g.,
"Sending v3 client_hello message to <proxy host & port>, requesting version 3.3..." (which is WRONG)
- while it should have been:
"Sending v3 client_hello message to <target host & port>, requesting version 3.3..." (whch is EXPECTED).
- e.g.,
Read more...
Environment
- SAP NetWeaver
- SAP Process Integration
Product
SAP NetWeaver 7.5 ; SAP Process Integration all versions
Keywords
Proxy, proxy host, SSL, TLS, HTTPS, oubound, IAIK, ssl_debug, Process Integration, PI, Process Orchestration, PO, NetWeaver, XI, AEX
, KBA , BC-XI-CON-SOP , SOAP Adapter , BC-XI-CON , Connectivity , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview