cancel
Showing results for 
Search instead for 
Did you mean: 

REST receiver adapter with HTTPS url

0 Kudos

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

Accepted Solutions (0)

Answers (3)

Answers (3)

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

xavisanse
Active Participant
0 Kudos

Import the certificates chain in your netweaver and try again. If its still failing try to check a firewall issue (lot of firewalls has the ports closed by default) with a telnet from your PI instance or something like that.

former_member207703
Active Participant
0 Kudos

Hi,

Import Public Cert of REST Host in STRUST - anonymous