So the NTLM authentication does not work with Http.sys of ASP.NET Core 2.1 on .NET48 with https when accessed from the browser on the same machine the server is running on. Nevertheless it works when accessed from any other machine.
Screenshot of network requests:
The wildcard certificate is issued for example to *.mycompany.com and the url used for hosting with Http.sys is https://server01.mycompany.com:443/app.
However username/password does work in all settings.
Has anyone encountered the same problem? Or does have a solution to this problem?
Edit: Typos, screenshot added.
Edit 2: I have created an issue at Github.