-
Notifications
You must be signed in to change notification settings - Fork 518
IIS Express + SSL certificate for localhost + HMR #482
Comments
I was able to find the following comment after some search: So if this is the wanted behavior, we can close this issue, and it will probably remain here as a reference for further mates that are trying to achieve this. |
As it happens, this was fixed yesterday :) The latest package (SpaServices 1.1.0-beta-000002) proxies the Note that to update to 1.1.0-beta-000002, you will also need to update to ASP.NET Core 1.1.0. |
What version of |
I was on 1.0.24. I updated the package to 1.0.25 and now works as expected. Thanks a lot for wasting some time for helping me. |
Hi guys,
So i have an ASP.NET Core app that is running on 'https://localhost:44328/home' that is currently specified in launchSettings.json.
What i currently have:
My problem:
Is there a way to specify that you want to get the hmr server to run over https?
The text was updated successfully, but these errors were encountered: