How to ensure secure TLS connection with server #1296
Unanswered
ArthurMVilela
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing a vue front end client for my grpc API (built in go), this API must only take TLS connections. Problem is that I have found no way to make a grpc-web use proper tls certificates in it's credentials, and the certificates also serve as to identify API's clients. Is there anyway to solve this? Is there any method to attach credentials to the channels used by grpc web?
Beta Was this translation helpful? Give feedback.
All reactions