Re: [grpc-io] gRPC hostname

2020-06-02 Thread Wesley Peng
XCompiler wrote:     server.Listen(IPAddress.Loopback, 5001, listenOptions => You have server listened on lookback interface, please change it to a regular IP address. regards. -- You received this message because you are subscribed to the Google Groups "grpc.io"

[grpc-io] gRPC hostname

2020-06-02 Thread XCompiler
Hi, I need help. I was trying to add certificate to grpc service and to remove the default localhost when you access the service. gRpc service is written in c#, and i was trying to use this type of cert *.bml.com see code below webBuilder.ConfigureKestrel(server => {