Getting connection reset by peer error while consuming the external service

We are using Lagom in java for developing the micro services. We make api calls to external services using lagom client. Everything worked fine until the service we consume has upgraded to TLS 1.2. Now we are consistently getting connection reset by peer error while consuming the external service. Can someone please help?

versions used:

java -1.8
Lagom - 1.4.9
play - 2.6.20
akka-http - 10.0.14

Hi,

Lagom client uses Play WS as underlying implementation so check SSL options here.

Hope this helps.

Br,
Alan

1 Like