2020-04-19, 07:00 PM
(2020-04-19, 04:37 PM)superray2 Wrote: this is what i get
superay2@host-ray2:~$ curl http://127.0.0.1:8866/service?method=rec
curl: (7) Failed to connect to 127.0.0.1 port 8866: Connection refused
superay2@host-ray2:~$ curl http://127.0.0.1:8866 -v
* Rebuilt URL to: http://127.0.0.1:8866/
* Trying 127.0.0.1...
* TCP_NODELAY set
* connect to 127.0.0.1 port 8866 failed: Connection refused
* Failed to connect to 127.0.0.1 port 8866: Connection refused
* Closing connection 0
curl: (7) Failed to connect to 127.0.0.1 port 8866: Connection refused
superay2@host-ray2:~$
With the connection refused error, I'm wondering if you have some sort of firewall running on that new server (probably something built-in with the O/S) that is blocking the connection.