libp2p / punchr

🥊 Components to measure Direct Connection Upgrade through Relay (DCUtR) performance.
Apache License 2.0
49 stars 11 forks source link

Rust connection refused #69

Closed nazar-pc closed 1 year ago

nazar-pc commented 1 year ago

I have tried Golang client long time before (unsuccessfully), now I decided to try Rust and it failed too:

[2023-02-03T01:31:27Z DEBUG rustls::anchors] add_parsable_certificates processed 1 valid and 0 invalid certs
[2023-02-03T01:31:27Z DEBUG hyper::client::connect::dns] resolving host="punchr.dtrautwein.eu"
[2023-02-03T01:31:27Z DEBUG hyper::client::connect::http] connecting to 18.156.126.66:443
Error: tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })))

Am I doing it wrong?

0.2.1 on x86-64 on Ubuntu 22.04

dennis-tra commented 1 year ago

Hi @nazar-pc , thanks for reporting! The server was restarted and the reverse proxy didn't come up automatically. Now it should work again :+1: