I'm trying to make GET/POST requests from one Jelastic environment to another. Both are running Node/Express. I tried with env name (which works from my local machine) and internal IP address, but I always get a connection refused error:
FetchError: request to https://10.101.19.55/converter failed, reason: connect ECONNREFUSED 10.101.19.55:443
Any hint on how to solve this is greatly appreciated.