tls_alert handshake failure

0

Hi, I'm calling the api from the load balancer nginx server to the api server (code written in Elixir) and it throws the following error. I'm still not sure whether it has to do with the OS or TLS?

OS: Ubuntu 16.04 Erlang: Elixir 1.6.5 (Erlang OTP 20)

Error: Request: POST /api/bill/payment ** (exit) an exception was raised: ** (HTTPoison.Error) {:tls_alert, 'handshake failure'} (httpoison) lib/httpoison.ex:66: HTTPoison.request!/5

I know Ubuntu version is very old. However the same api endpoint used to work before like year ago. There isn't any change in the code though.

May I know is this something to do with AWS certificate? regards Riaz

rixerf
asked a year ago224 views
1 Answer
0

https://aws.amazon.com/blogs/security/tls-1-2-required-for-aws-endpoints/ sounds like it -- AWS is rolling out a minimum required TLS version of 1.2, which will break ancient clients.

profile picture
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions