on 2018 Mar 18 5:27 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Import Public Cert of REST Host in STRUST - anonymous
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.