grpc-swift
grpc-swift copied to clipboard
Add TLS support for NIOPosix H2 client
Motivation
We currently have a NIOPosix client transport implementation in gRPC v2, but it doesn't support TLS.
Modifications
This PR adds support for TLS in the NIOPosix-backed HTTP/2 implementation of the client transport for gRPC v2.
Result
We now support TLS when using the NIOPosix client transport in gRPC V2.