PreviousNext

Configuring HTTPS in ASP.NET Core 2.1

by bill-s, 2018-07-09T18:20:56.558Z

Finally HTTPS gets into ASP.NET Core. It was there before back in 1.1, but was kinda tricky to configure. It was available in 2.0 bit not configured by default. Now it is part of the default configuration and pretty much visible and present to the developers who will create a new ASP.NET Core 2.1 project.

Read More