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
已提問 1 年前檢視次數 229 次
1 個回答
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南