Browse Source
Go reads the gRPC CA file only from config.GetString("grpc.ca"), i.e.
the [grpc] section. The [grpc.volume] section only provides cert and
key. Rust was also reading ca from [grpc.volume] which would silently
override the [grpc].ca value when both were present.
rust-volume-server
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue