It looks like your Web server is blocking requests from the testnet status page, and moreover, it looks like all ports besides port 80 are blocked on that host. First, you’ll need to configure your webserver as follows (this is pulled from a working Nginx config):
Those all ports are already opened and I am also able call Bitcoin service with Bitcoin-cli but I am not able to use it with frontend
What else can be done?
I can’t reach any of those ports on your host – I get ECONNREFUSED.
If I try to curl any paths (i.e. GET /config), I get a 404.
Please confirm that the testnet code is running. To help diagnose the problem, it would be helpful for you if you monitored the network requests on the page in your browser’s console. The web page issues GETs to the testnet Web server, and the Web server needs to proxy those requests back to the testnet process. I think you’re using Apache? If so, you’ll need to configure Apache to act as a proxy to the testnet process (i.e. as indicated by the nginx config I posted).
Thanks @jude when you are trying to connect i have stopped my script. But i ran script again and configured proxy to 30001 in apache and it’s working thanks.
Can you confirm that blockstack-cli is installed and runnable on your system? The error happened while trying to parse the output of a command like this: