Cysharp / GrpcWebSocketBridge

Yet Another gRPC over HTTP/1 using WebSocket implementation, primarily targets .NET platform.
MIT License
77 stars 12 forks source link

Custom SSL Cert #11

Closed ken1437 closed 1 year ago

ken1437 commented 2 years ago

does it support custom ssl cert?

mayuki commented 2 years ago

The server can be configured in ASP.NET Core (Kestrel) or reverse proxy. On the client, you can use any certificate that HttpClient can handle.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

mwegner commented 1 year ago

Would it be possible to expose Unity's Networking.CertificateHandler cleanly with the GrpcWebSocketBridge setup?

Our use case is to essentially disable cert checks for development builds.