You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pmzctl connect command requires that discovery, forwarding, and tunneling all function correctly. If any of these components fail, the connection cannot be properly established and should be terminated.
[DEBUG hyper_util::client::legacy::pool] reuse idle connection for ("https", 127.0.0.1:44551)
thread 'tokio-runtime-worker' panicked at daemon/src/tunnel.rs:56:14:
called `Result::unwrap()` on an `Err` value: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
The text was updated successfully, but these errors were encountered:
wqld
changed the title
pmzctl connect failedpmzctl connect should terminate connection on partial failure
Jan 18, 2025
The
pmzctl connect
command requires that discovery, forwarding, and tunneling all function correctly. If any of these components fail, the connection cannot be properly established and should be terminated.The text was updated successfully, but these errors were encountered: