mysteriumnetwork / node

Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol
https://mysterium.network
GNU General Public License v3.0
1.09k stars 311 forks source link

Empty response. #6022

Open Zensey opened 3 months ago

Zensey commented 3 months ago

Describe the bug When connected to certain nodes all TCP responses are empty.

To Reproduce Steps to reproduce the behavior:

  1. Connect
  2. Run command:
    curl.exe -v http://hello-world:8080/index123
    *   Trying hello-world:8080...
    * Connected to hello-world (hello-world) port 8080
    > GET /index123 HTTP/1.1
    > Host: hello-world:8080
    > User-Agent: curl/8.4.0
    > Accept: */*
    >
    * Empty reply from server
    * Closing connection
    curl: (52) Empty reply from server

Nodes that are known to have an empty TCP responses: windows: 0x07ca2cd1079490a005e551da5d2f8a2dc516222f 0x0733df3b8cb3ed5f13ba860d19c686e88437189f darwin: 0x1a52807858619c4acb2a075b659a86dbe459bc98 0x0f7689807782b66d0569783ea6e56883b02240b5

Zensey commented 3 months ago

Logs from my web server show that it gets a correct request and reply is also done successfully, so I suspect some firewall rule or app is what interferes.

stale[bot] commented 4 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.