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
질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠