grpc-swift icon indicating copy to clipboard operation
grpc-swift copied to clipboard

Add TLS support for NIOPosix H2 client

Open gjcairo opened this issue 1 year ago • 0 comments

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.

gjcairo avatar Aug 28 '24 12:08 gjcairo