TLS version issue
Problem
In an instance you get an error while doing Connection test via T.Code /IQX/OL_ENDPOINT with error message relating to “Communication Error”, it may due to the TLS version in SAP Environment is using as version 1.0
Furthermore, you can find a message complaining about TLS version in SMICM log as below screenshot:
Solution
Enable TLS v1.2 support:
Go to transaction RZ10
Open “DEFAULT” profile, select “Extended maintenance” and click “change
Add these two parameters/source SAP Note 510007
ssl/ciphersuites = 135:PFS:HIGH::EC_P256:EC_HIGH
ssl/client_ciphersuites = 150:PFS:HIGH::EC_P256:EC_HIGH
icm/HTTPS/client_sni_enabled = TRUE
Click “Copy” and “Save”.
Restart the server