-
Notifications
You must be signed in to change notification settings - Fork 2.6k
invalid host specified (missed POST data/parameters) #576
Comments
What happens if you specify |
hm, works only with *. but no wirk witn domain client name or server name. |
What does 'works' or 'not works' mean in this context? Geth provides error messages in response data, could you provide error message for |
What would be really good would be to have a dump of what is passed to geth, exactly. Perhaps you could do this: |
Thanks for ncat -l 127.0.0.1 -p 8545. When i Use in vhosts - DNS name of remore clients:
I got this answer:
And when use on RPC server, RPC domain name all is work.
I got good result:
Now all is work, thanks! |
Felt into this problem too. If you're redirecting from nginx, add --rpcvhosts '*' on the commandline |
now |
I have worked geth on debian 8.10 with run string in service:
Also i have nginx, works as proxy for geth with this vhost config:
And i have test CURLs that must work, but works only last 2 !
DNS is OK ping inside host and outside host on dns name is work.
Even works with other Ethereum parity, bitcoin, litecoin, etc.
But not with geth on DNS name.
I can't use proxy nginx for geth, i think need some spesified parameters in nginx like
proxy_set_header Host $host;
But what exactly ?
Increase verbosity not helps - nothing about RPC requests in log. (
Also i can't use HTTPS (
It is very strange, because same config on other host with other blockchain is work.
The text was updated successfully, but these errors were encountered: