[grpc-io] Re: RSA Private Key "missing key encoding error"

2023-02-09 Thread Mass Dosage
:15:08 UTC Mass Dosage wrote: > I am writing a generic gRPC Kotlin client with the intention that the > underlying implementation can be Netty or OkHttp depending on what is on > the classpath. This clients needs to perform mutual TLS so I'm doing > something like

[grpc-io] RSA Private Key "missing key encoding error"

2023-02-07 Thread Mass Dosage
I am writing a generic gRPC Kotlin client with the intention that the underlying implementation can be Netty or OkHttp depending on what is on the classpath. This clients needs to perform mutual TLS so I'm doing something like this: val tlsBuilder: TlsChannelCredentials.Builder = TlsChannelC