We have C++ GRPC client (at windows) and c++ GRPC server (at Linux) and 
like to communicate server using SSL for encrypted transfer of messages. 

We have implemented the SSL server and able to communicate to it by 
establishing secure channel from client, however the flip side is currently 
we are manually deploying SSL server certificate in the client machines.

We have an alternate work around RUN another GRPC server as insecure and 
establish insecure connection from client to get server certificate and 
then communicate to actual server as secured for rest of communications.  
However our consumers do not want multiple ports to be opened in the server.

Considering the above scenario, is there way to get server certificate 
automatically from secure server itself by establishing insecure connection 
initially to get certificate and then continue secure connection for the 
rest of the APIs.

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/c13aa544-5520-48e0-800a-17215d552ba2n%40googlegroups.com.

Reply via email to