Re: [grpc-io] Re: SSL/TLS handshake NPN vs ALPN

2018-08-15 Thread 'Srini Polavarapu' via grpc.io
The fix is made in gRPC Core which gRPC-Python wraps. If you are building from src from an older version then yes, you will have to patch the file. If you are doing pip install, you could either wait for next release or try nightly builds from https://packages.grpc.io/ On Thursday, August 9,

Re: [grpc-io] Re: SSL/TLS handshake NPN vs ALPN

2018-08-05 Thread grpc_client
The fix worked! Thanks a lot! Will it go into the next grpc release? Thanks On Tuesday, July 17, 2018 at 12:20:44 PM UTC-4, jian...@google.com wrote: > > This PR would fix the the check peer error if both client and server use > NPN rather than ALPN. > https://github.com/grpc/grpc/pull/16007 >