I have a process running on a specific port on my remote Ubuntu computer, and I am viewing this port through HTTP. When I tried to connect to the client using curl, I cannot connect, but if I make the same call on the remote computer locally, I see that it is connecting. So I'm sure this is a network problem, but just not sure what it is?
Even trying on the remote host, I get the same error if I give the actual IP address of the machine!
Joes-MacBook-Pro:~ joe$ curl --verbose --insecure --cert .docker/cert.pem --key .docker/key.pem https://my.ip.address:1234/images/json * About to connect() to my.ip.address port 1234 (
source share