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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ