Cysharp/GrpcWebSocketBridge

Custom SSL Cert

ken1437 opened this issue · 3 comments

does it support custom ssl cert?

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.

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.

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.