[SON-for-Hive] HTTP/S RPC client does not talk to all nodes #209

Closed
opened 2021-11-02 13:42:53 +00:00 by serkixenos · 5 comments
serkixenos commented 2021-11-02 13:42:53 +00:00 (Migrated from gitlab.com)

List of Hive public nodes used in config files:

#hive-node-ip = https://api.hive.blog
#hive-node-ip = https://api.openhive.network
#hive-node-ip = https://anyx.io
#hive-node-ip = https://hived.privex.io
#hive-node-ip = https://rpc.ausbit.dev
#hive-node-ip = https://techcoderx.com

HTTP/S RPC client can talk only to the first one. Other are giving various errors, like 301, 403, 404, 500.

When same RPC request is sent with previous, curl based, client, or curl command line tool, valid response is received.

List of Hive public nodes used in config files: #hive-node-ip = https://api.hive.blog #hive-node-ip = https://api.openhive.network #hive-node-ip = https://anyx.io #hive-node-ip = https://hived.privex.io #hive-node-ip = https://rpc.ausbit.dev #hive-node-ip = https://techcoderx.com HTTP/S RPC client can talk only to the first one. Other are giving various errors, like 301, 403, 404, 500. When same RPC request is sent with previous, curl based, client, or curl command line tool, valid response is received.
serkixenos commented 2021-11-02 13:42:53 +00:00 (Migrated from gitlab.com)

assigned to @yviter

assigned to @yviter
serkixenos commented 2021-11-02 13:43:07 +00:00 (Migrated from gitlab.com)

changed title from [SON-for-Hive] HTTP/S RPC client does not talk {-with-} all nodes to [SON-for-Hive] HTTP/S RPC client does not talk {+to+} all nodes

changed title from **[SON-for-Hive] HTTP/S RPC client does not talk {-with-} all nodes** to **[SON-for-Hive] HTTP/S RPC client does not talk {+to+} all nodes**
yviter commented 2021-11-03 10:56:39 +00:00 (Migrated from gitlab.com)
Checking list of nodes: http://developers-staging.hive.io/quickstart/hive_full_nodes.html
yviter commented 2021-11-03 10:58:34 +00:00 (Migrated from gitlab.com)

branch to fix: issue/son-for-hive-rpc-connection
problem root is suggested: we always resolve IP address and loose host name information at the constructor of https call object

branch to fix: issue/son-for-hive-rpc-connection problem root is suggested: we always resolve IP address and loose host name information at the constructor of https call object
hbelakon commented 2021-11-09 03:32:24 +00:00 (Migrated from gitlab.com)

added to epic &371

added to epic &371
serkixenos (Migrated from gitlab.com) closed this issue 2021-11-30 20:24:59 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#209
No description provided.