userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.39k stars 278 forks source link

Add support for server side SSL grpc verification (specifying SSL details in grpc client) #614

Open alexandrklyuchev opened 4 months ago

alexandrklyuchev commented 4 months ago

Currently just client side verification available(on server), we even don't have ability to specify cert and private key on grpc client side

1) Need to add ability to specify such kind of data on client side 2) Add ssl verification logic if it is not yet added on server side