How do I disable HTTPS in ASP.NET Core 2.1 + Kestrel? December 26, 2022 by Tarik In the Startup.cs, remove the middleware app.UseHttpsRedirection();