Re: [grpc-io] PHP and Python client fails SSL connection

2019-02-10 Thread 'Srini Polavarapu' via grpc.io
You are very likely running into this issue . This fix will be available in gRPC release 1.19.0. You can try nightly pkgs from https://packages.grpc.io/ or wait for 1.19 RC coming out early next week. On Wednesday, February 6, 2019 at 10:52:41 AM UTC-8,

Re: [grpc-io] PHP and Python client fails SSL connection

2019-02-06 Thread jisooh via grpc.io
Yes, we have tried to use that option but does not change anything. Here are the grpc version we are using. For PHP we are using the packages php56-php-pecl-grpc (version 1.17.0) and php56-php-pecl-protobuf (version 3.6.1) and openssl (version 1.0.2k-fips). The Java dropwizard-grpc version for

Re: [grpc-io] PHP and Python client fails SSL connection

2019-02-05 Thread 'Stanley Cheung' via grpc.io
Did you try supplying the "grpc.ssl_target_name_override" key to the options? On Tue, Feb 5, 2019 at 4:01 PM jisooh via grpc.io wrote: > Hello, > > > We are currently facing an issue with trying to connect our PHP gRPC > client with SSL to our Java gRPC server. The gRPC service we are trying to

[grpc-io] PHP and Python client fails SSL connection

2019-02-05 Thread jisooh via grpc.io
Hello, We are currently facing an issue with trying to connect our PHP gRPC client with SSL to our Java gRPC server. The gRPC service we are trying to connect to is running on a service mesh (linkerd/namerd), and the call first hits a linkerd instance that routes to the service. When we ru