calling a web server using its IP address outside a lucee container on one ubuntu vm works (tips from Ben Botto), odd thing, for a similar ubuntu vm, similar code (other than vm’s ip address) such calling via cfexecute fails, cfhttp indicates connection refused, what could cause this problem?
This ubuntu vm also has curl installed already and I even added
RUN … install curl … {command}
to the docker
Thanks.