debugging a .net app locally allows me to call https://localhost:1234. Calling the same from docker container gives cert error
I have an mvc app that I'm able to debug (vscode - hitting F5) and call https://localhost:1234/health/status from my windows box - even though I haven't explicitly set up any certs. Now I'm trying to make the same call from…