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
On some hosts, a stream client that connects to localhost with default credentials, it will get back a a resolved local hostname (notlocalhost or [::1]). The client will then try to connect to that hostname using the same default credentials, which will be rejected as a remote connection with default credentials.
Instead, the server (or the client itself, this is a TBD) can notice that the connection target
was localhost and advertise localhost regardless of the node configuration.