Skip to content
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

[Bug]: can't connect to a node over https #97

Closed
JulianToledano opened this issue Mar 6, 2024 · 0 comments · Fixed by #99
Closed

[Bug]: can't connect to a node over https #97

JulianToledano opened this issue Mar 6, 2024 · 0 comments · Fixed by #99

Comments

@JulianToledano
Copy link
Contributor

JulianToledano commented Mar 6, 2024

Summary of Bug

When setting up rosetta agains cometbft using https the following error happens:

  • ERR [Rosetta]- Client is not ready. Retrying ... error="rosetta: (171) error on online client operation" module=rosetta

While debugging the complete request response is:

<html>
<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<center>The plain HTTP request was sent to HTTPS port</center>
<hr><center>cloudflare</center>
</body>
</html>

Version

main

Steps to Reproduce

./rosetta --tendermint https://cosmos-testnet-rpc.polkachu.com:443 --grpc cosmos-testnet-grpc.polkachu.com:14990

@JulianToledano JulianToledano linked a pull request Mar 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant