Re: [grpc-io] TLS with Google Cloud ESP for GRPC Server

2018-03-06 Thread 'Wenbo Zhu' via grpc.io
ESP uses the grpc client library to proxy grpc requests, so you need forward this Q to the end-points mailing list ... to find out how to turn on TLS for back-end communication. On Tue, Mar 6, 2018 at 7:09 AM, wrote: > Hi, > > We are hosting our grpc server with ESP at the

[grpc-io] TLS with Google Cloud ESP for GRPC Server

2018-03-06 Thread b
Hi, We are hosting our grpc server with ESP at the moment with no encryption. We need to add a encryption layer over the communication to meet our security standard. Have tried to run grpc with TLS but with no success. Could some one give me some suggestions how to do it correctly? Thanks a

[grpc-io] TLS with Google Cloud ESP for GRPC Server

2018-03-06 Thread Baojun Xu
Hi, We are hosting our grpc server with ESP at the moment with no encryption. We need to add a encryption layer over the communication to meet our security standard. Have tried to run grpc with TLS but with no success. Could some one give me some suggestions how to do it correctly? Thanks a lot!