-
Notifications
You must be signed in to change notification settings - Fork 20.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console RPC connection to resolvable name does not connect #16457
Comments
I added some debug logging to trace this to a source function. I found where the error is thrown in my fork. Here's the debugging output. I'm not sure how to fix the problem. I'll confirm it's caused by Zeroconf name resolution.
|
Okay, it's not Zeroconf name resolution. I added a static entry to
|
Just a hunch, but it might be the DNS rebind protection #15962. Please make sure you explicitly specify the DNS domains you want your node accessible from via |
Have the similar problem. I try to use geth v1.8.3 with --rpcvhosts=mydomain - and still same error: |
Oh my! Indeed, it was #15962 . I would like to keep this issue open since the error output was...uh...less than helpful. The diff in the PR could probably help me understand where the string
|
Yikes, this is way more confusing that I expected. Here's as far as I got. I still can't even find what is calling the function that outputs the actual contents of
|
@lazzarello can you check if the problem persists |
Nobody seems to be affected by this issue, so I'm closing it. If you still experience the problem with a more recent version of Geth, please open a new issue. |
System information
Geth version:
OS & Version: macOS 10.13.3 (17D102)
Commit hash : 50dbe8e
Expected behaviour
Running
geth attach http://2blockchains.local:8545
established a connection to the RPC interface and I can call API methods.Actual behaviour
Steps to reproduce the behaviour
Ensure the host has a resolvable Zeroconf/Bonjour name. Run geth with the
--rpcaddr 0.0.0.0
parameter. Attach geth to the Zeroconf name.Backtrace
I didn't get that far.
The text was updated successfully, but these errors were encountered: