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

REST receiver adapter with HTTPS url

Former Member
0 Likes
1,600

We are calling a third-party REST web service which is hosted outside of our network. The https (secure) call fails to bring back the response. Where as the http call is a success.

The https call gives below errors:

1. In the communication channel message log: java.io.EOFException: Connection closed by remote host

2. In the ICM trace we find the error as: ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_CONNECTION_LOST

View Entire Topic
AntalP
Product and Topic Expert
Product and Topic Expert

I think a low level network trace could help you further.

If the HTTPS connection is initiated by ICM set ICM trace level to 3.

In Unix/Linux try tcpdump on Windows try Wireshark or Microsoft Message Analyzer tools to capture SSL/TLS handshake.

Best Regards,

Antal