gRPC #51
-
I have a grpc client in my local node server and I have grpc server in google cloud |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@ibrahim-softsuave Anyway if you want to work with TLS encryption you should install certificate on you google cloud server. It could be done with setting up cert inside your server's source code where you creating gRPC server. |
Beta Was this translation helpful? Give feedback.
@ibrahim-softsuave
Hello! You can read this article, I think this should help to understand how to configure TLS in your app.
Anyway if you want to work with TLS encryption you should install certificate on you google cloud server. It could be done with setting up cert inside your server's source code where you creating gRPC server.