unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.45k stars 175 forks source link

Add capability for mutual tls authentication #582

Open bdurrer opened 1 year ago

bdurrer commented 1 year ago

We need mutual TLS authentication for a project so I thought I give it a try. Since it requires the SslStream to have some missing options, this wasn't possible to achieve with an extension.