Open Kralizek opened 5 months ago
Node.js doesn't honor the hosts OS's certificate trust settings as it embeds its own copy of OpenSSL so you have to configure the client HTTP stack in your Node.js apps to either trust the ASP.NET Core developer certificate or disable cert verification.
See examples from the samples repo:
Oh nice! Thanks!
The weird thing is that the web socket from the first screenshot uses a port that is not listed anywhere.
I have a AppHost that uses the Yarp resource, a React application for the frontend and some backend applications. If I use the HTTPS profile, the changes are not reflected automatically in the browser. Everything works fine when working with the HTTP profile.
Here is a screenshot of the resource view of my repro
Here is my AppHost Program.cs
And appsettings.json
PS: I'm perfectly fine working on the HTTP profile. I'm reporting this because it could have effects somewhere else.