Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 421 Bytes

gRpc Server-side TLS communication

This Repo contains implamantaion of c# server & go,c++ & c# clients communicating using grpc with server-side TLS.

How to run:

  1. install grpc per languge and follow instructions on : https://grpc.io/docs/languages/ on windows: for c++ I recommand using vcpkg + edit user macros in project.

  2. Genrate keys using makecert in Keys folder

  3. run server project

  4. run clients