Search code examples
uber-api

Uber token request returning javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure


Hi when I try to get a token from Uber's API (https://login.uber.com/oauth/v2/token), I get the below exception:

javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

My code used to work a week or more ago and now it doesn't. Nothing has changed on my end. Is anyone else having this issue?


Solution

  • I was able to resolve this issue by upgrading to a newer version of java on my elastic beanstalk instance. Thank you for your help.