Hi to all,

I'm using feign client, and I'm trying to access to another rest api, but when I'm trying to make a post call I get the error feign.FeignException.errorExecuting Connection reset executing Post. I really don't know what can be an issue, I don't have a firewall between the two servers. Do you know what can cause this problem?

Thanks