HttpClient requires users to pass the filepath for their CA certificate, while GrpcClient requires the bytes. In order to keep consistency between the 2 clients, would it be possible to make GrpcClient working with filepath?
I guess we can read the certificates just before calling ssl_channel_credentialshere
HttpClient requires users to pass the filepath for their CA certificate, while GrpcClient requires the bytes. In order to keep consistency between the 2 clients, would it be possible to make GrpcClient working with filepath?
I guess we can read the certificates just before calling
ssl_channel_credentials
here