Java.net.SocketException - Connection Reset Error in Production Environment

0
I am encountering an issue with my Menix application running on Menidix 9.24.1 when making calls to an API in the Production environment. The application successfully fetches the desired data when executed locally and in our testing and acceptance environments. However, when deployed to Production, I consistently receive a "connection reset" error.  
asked
1 answers
0

The problem for us was the Firewall on the server was blocking the request. Once we updated it to include the hostname everything was working as expected. 

answered