Closed
Description
IBM Java (any version) has incompatibilities with the OkHttpClient that are documented here. It is possible OkHttpClient may resolve this issue soon as there is current activity on it.
This issue proposes a solution that involves configuring OkHttpClient with a custom SSLContext but I believe would require reflection to only do this when IBM Java is in use (you would not want to interfere with defaults on other platforms/JDKs).