[#378] SSLHandshakeException

Migrated from Redmine #378 | Author: Lynge Hartmann
Status: Closed | Priority: Normal | Created: 2019-05-06


sending this to the login endpoint (removed password here, because…):
{“id”:1,“method”:“getUserToken”,“params”:[“bilsalgdk","lhh@autorola.com”,“PASSWORD”],“jsonrpc”:“2.0”}

My full log-output (With a lot of SSL stuff in it) can be found here:

the important bit is almost all the way at the end:
main, RECV TLSv1 ALERT: fatal, handshake_failure
main, called closeSocket()
main, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

I have started getting this since last week. I had it working on 26th of april.
I have made no changes on my end in that period, so i have no idea what is wrong.

Any ideas?
Have anything changed at your end?
Do i need to use a newer certificate maybe?

Redmine Admin wrote:

TLSv1 is very old vulnerable protocol which is NOT supported by us anymore. Please updated your software to work with TLSv1.2

Lynge Hartmann wrote:

Redmine Admin wrote:

TLSv1 is very old vulnerable protocol which is NOT supported by us anymore. Please updated your software to work with TLSv1.2

Is it true that you disabled this here around the start of May then?

  • because i had it working throughout all of april…

Redmine Admin wrote:

yes, it was changed last week

Lynge Hartmann wrote:

Thank you for the quick answers :slight_smile:

I have something to work with then!