convergence-project icon indicating copy to clipboard operation
convergence-project copied to clipboard

Cannot connect to the server by remote

Open linsyking opened this issue 1 year ago • 2 comments

Versions Please fill in all that apply:

  • Convergence Version: Latest
  • OS: Linux, centos
  • Browser: chrome

Describe the Bug Cannot connect to the port of the server(8000).

Step To Reproduce A code snippet or gist to reproduce the issue will greatly improve our response time

  1. docker start convergence
CONTAINER ID   IMAGE                                 COMMAND                  CREATED          STATUS          PORTS                                                                                                                                                                                                                               NAMES
2e9f3ffd4852   convergencelabs/convergence-omnibus   "./boot.sh"              33 minutes ago   Up 20 seconds   0.0.0.0:8000->80/tcp, :::8000->80/tcp  
  1. Cannot connect to the port by remote.

The port doesn't open.

linsyking avatar Aug 14 '22 01:08 linsyking

I run this command: curl -G http://127.0.0.1:8000 on my server, the response is curl: (56) Recv failure: Connection reset by peer

linsyking avatar Aug 15 '22 00:08 linsyking

Thanks for reporting the issue. There are a couple things that could help.

  1. Could you provide the Docker command you used to run the container.
  2. Are there any log messages coming out of the container?
  3. Have you tried to run nmap or netstat on the host to see what ports are open?

mmacfadden avatar Aug 15 '22 16:08 mmacfadden