You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run the 'ubuntu-create-dotnet-devcert.sh' on Ubuntu with WSL, when I run dotnet run --launch-profile https, I still got warn and failed with https.
➜ MyBlazorAppBegin dotnet run --launch-profile https
Building...
warn: Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer[8]
The ASP.NET Core developer certificate is not trusted. For information about trusting the ASP.NET Core developer certificate, see https://aka.ms/aspnet/https-trust-dev-cert.
info: Microsoft.Hosting.Lifetime[14]
Now listening on: https://localhost:7123
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://localhost:5045
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
what other steps should I do work?
The text was updated successfully, but these errors were encountered:
I have run the 'ubuntu-create-dotnet-devcert.sh' on Ubuntu with WSL, when I run dotnet run --launch-profile https, I still got warn and failed with https.
what other steps should I do work?
The text was updated successfully, but these errors were encountered: