mozilla / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
360 stars 59 forks source link

Add support for Kestrel/ASP.NET Core #147

Open ArthurHNL opened 3 years ago

ArthurHNL commented 3 years ago

New ASP.NET Core applications use the Kestrel HTTP Server by default, unless hosted in IIS.

It is possible to configure TLS protocols used by Kestrel, both in code and in configuration files. However, I do not know whether or not it is possible to configure actual cipher suites.

Would it be possible for the SSL config generator to support Kestrel?