[grpc-io] Is it correct that use REALTIME clock when calling gpr_cv_wait() in ev_epollex_linux.cc?

2019-02-05 Thread Katsuhiro Yotsumoto
Hello, Is it correct that use REALTIME clock when calling gpr_cv_wait() in ev_epollex_linux.cc? https://github.com/grpc/grpc/blob/master/src/core/lib/iomgr/ev_epollex_linux.cc#L1042 if (gpr_cv_wait(>cv, >pollable_obj->mu, grpc_millis_to_timespec(deadline, GPR_CLOCK_REALTIME))) { The log

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] Does grpc-java supports cert reload without restarting server?

2019-02-05 Thread Daisy Zhu
Does grpc-java supports cert refresh without restarting server? -- 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 grpc-io+unsubscr...@googlegroups.com. To post to this

[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