Hi,
Any idea what is above field used for? For a server, it's own ssl cert for any client making request to it is specified via pem_key_cert_pairs. And SslServerCredentialsOptions should not be used when your application is acting as a client, grpc::SslCredentialsOptions should be used (which has a field with the same name).
Am I missing something obvious?
Thanks.