Open psetq opened 5 years ago
It does appear that updating the okhttp dependency to 3.14.4 (along with setting com.ibm.jsse2.overrideDefaultTLS=true
) resolves this issue. There are some code changes required to make this upgrade.
Are there any plans to get these dependencies up to date?
OkHttp was upgraded to v3.14.4 in v0.0.16.
Can you try this again with the latest version?
Whenever I try to use the
cybersource-rest-client-java
on the IBM jre I get the following exception:This is from a basic
ReportDownloadsApi
request that runs successfully using openjdk, but gives this error on 2 different ibm jre's (2 different systems, Linux and "IBM i"). One example jre version (Linux):Is this library compatible with the IBM jre? Any suggestions on resolving this issue?
Some looking around suggest this may be due to the dependency on the now obsolete version of okhttp (2.7), and it's possible some similar issues have been in the v3 releases. Are there any plans to update this dependency?