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

grpc tls endpoint no longer work with tonic 0.12 #4160

Closed
5 tasks
allthatjazzleo opened this issue Aug 24, 2024 · 0 comments · Fixed by #4161
Closed
5 tasks

grpc tls endpoint no longer work with tonic 0.12 #4160

allthatjazzleo opened this issue Aug 24, 2024 · 0 comments · Fixed by #4161

Comments

@allthatjazzleo
Copy link
Contributor

Summary of Bug

hermes upgraded to Tonic v0.12.0. There are a few changes regarding TLS that break existing grpc tls connection

it requires hermes to explicitly add root tls configuration

Version

v1.10.2

Steps to Reproduce

use grpc tls endpoint for grpc_addr in config.toml

$ hermes --config ./config.toml query packet commitments --chain xxxx --port transfer --channel channel-0
ERROR supervisor error: relayer error: error in underlying transport when making gRPC call: transport error

Acceptance Criteria

should support grpc tls like v1.10.0


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant