SSL_ERROR_SYSCALL Error while trying to connect to Chia on port 8555

Hi all!

I’ve setup the chia node using docker as shown on GitHub - Chia-Network/chia-docker. I’ve done host to container port mapping using -p 8555:8555 when running the docker run command. The node is syncing properly and everything is fine. But, I’m not able to hit localhost:8555 from my local machine. The error says curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 127.0.0.1:8555. How can I fix this and get proper responses from the node?