Self hosted ASP.NET Core app does not work with SSL
问题 I have created an sample ASP.NET Core application using command line: dotnet new and tried to run it utilizing command: dotnet run But, when opening the URL in the browser, it complains that the SSL is invalid. I can run the program using Visual Studio full version without any problem, but can not run it using command line: dotnet run Seems that Kestrel which is run by command dotnet run needs extra configurations. Now, the question is how can I run my ASP.NET Core application over https