This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
IIS Express + SSL certificate for localhost + HMR #482
Closed

Description
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.
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44328/",
"sslPort": 44328
}
....
}
What i currently have:
app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions
{
HotModuleReplacement = true,
ConfigFile = "config/webpack.config.js"
});
My problem:
Is there a way to specify that you want to get the hmr server to run over https?
Metadata
Metadata
Assignees
Labels
No labels