You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
inconfig.toml
Acceptance Criteria
should support grpc tls like v1.10.0
For Admin Use
The text was updated successfully, but these errors were encountered: