Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error messaging when a connections to nodes fail
Prevents duplicate information about missing tunnels preventing a connection when attempting to connect locally and via a proxy peer. The error from the remote dial is now omitted from the message provided to end users. The information about how the connection was attempted was instead updated to reflect that tunnels were attempted via both the local proxy and a peer and they both failed. Additionally, if a hostname was provided in the dial request, it will be included in the error message instead of the internal @local-node identifier for tunnels or the public address for direct dial nodes. Closes #45256.
- Loading branch information