Solved

SSL Handshake fails

  • 4 January 2021
  • 2 replies
  • 498 views

Hello,

We seem to have a problem while authenticating. When we try to call https://platform.devtest.ringcentral.com/restapi/oauth/token from out Java Backend to get the access token we get the following error:

I/O error on POST request for "https://platform.devtest.ringcentral.com/restapi/oauth/token":Remote host closed connection during handshake; nested exception is javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake


This was working until 21/12 when we last checked before holidays. Has something changed during that time period?

Thank you

icon

Best answer by angq1983151027 8 January 2021, 09:26

View original

2 replies

Userlevel 1

I just try with the RingCentral Java SDK to authenticate and it works well.

Do you use the RingCentral SDK or your own code? Can you try again and print out more log.

Hello Phong,
We are using our own code and utilizing the rest api. The problem was that the requests were sent TLSv1 (which worked until 21/12). We now use TLSv1.2 for our requests and everything works fine again.
Thank you.

Reply