In Grpc documentation on https://grpc.github.io, there are 2 set of APIs: APIs starting Ssl keyword (e.g. SslServerCredentials and SslCredentials) under grpc namespace vs APIs starting with TLS keyword under grpc::experimental namespace (e.g. TlsServerCredentials and TlsCredentials). In our project, we are using grpc::SslServerCredentials() to create credentials to be passed to grpc::ServerBuilder::AddListeningPort() on server side and we are using grpc::SslCredentials() to create credentials to be passed to grpc::CreateChannel() on client side. Question is with APIs used by us, will grpc end up using SSL protocol or TLS protocol (1.2 / 1.3)?
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/1f9d5e99-cb96-4c75-a04f-facff4a12ea5n%40googlegroups.com.
