Is there way I can create a secured channel from already existing socket FD.
42 views
Skip to first unread message
Vishal Thakur
unread,
Aug 21, 2018, 5:19:32 PM8/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I have a use case where I already have a TCP connection between the client and server and I have to use the same socket descriptors to establish a grpc channel which I did with the help of posix call "AddInsecureChannelFromFd". My question here is it possible to have a secured channel. If yes, what I need to do for that?
ncte...@google.com
unread,
Feb 1, 2019, 5:53:27 PM2/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
That functionality does not currently exist in our API. What is your use case?