Replies: 6 comments
-
Do either of these help?
|
Beta Was this translation helpful? Give feedback.
-
Whoops! Yes, I forgot to implement my self-signed cert. I see you have instructions in the ReadMe.html for generating a cert, which is great, but I wonder if it would help users to have a reminder that Kestrel requires the manual invocation of a cert in the WebHostBuilder? I'd be happy to do a pull if you're busy but think this is worthwhile. This is a fantastic project. |
Beta Was this translation helpful? Give feedback.
-
My plan is to add a 'Kestrel over HTTPS' feature which adds the Microsoft.AspNetCore.Server.Kestrel.Https NuGet package and the code in Program.cs to setup a certificate. The only part missing, as you say, will be the certificate itself. Not sure what to do there, probably I will throw a NotImplementedException explaining what to do. Adding a note in the ReadMe is unlikely to get read on first run of the project. Any PR's are always welcome. |
Beta Was this translation helpful? Give feedback.
-
Updated the TODO with the above feature. |
Beta Was this translation helpful? Give feedback.
-
That's great. |
Beta Was this translation helpful? Give feedback.
-
Glad you got it working! |
Beta Was this translation helpful? Give feedback.
-
Website works fine when using iisExpress launch profile. When I try to launch the website via the MvcBoilerPlate launch profile, I get the following output in the console and the website will not load:
MVC 6 running netcoreapp1.0
Visual Studio 2015 Version 14.0.25425.01 Update 3
dotnet version 1.0.0-preview2-003121
I am using the default values and have made no modifications to the project prior to launching. This error is happening on first build after creating the project.
Beta Was this translation helpful? Give feedback.
All reactions