10-21-2023 09:22 PM
Hello!
I'm using java sdk(1131) for trading api. Java verbose is 1.8.202. It has been working for several years, and this error occurred a few days ago:
com.ebay.sdk.SdkException: ApiCall.execute() - HTTP transport error: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at com.ebay.sdk.ApiCall.executeByApiName(Unknown Source)
at com.ebay.sdk.ApiCall.execute(Unknown Source)
at com.ebay.sdk.call.GetSellerEventsCall.getSellerEvents(GetSellerEventsCall.java:225)
How to fixed the error?
Thanks!
Kaimon