0

I tried to run my ASP.NET Core Web API in Visual Studio Code using https on Brave but I get an error

Your connection is not private

I tried to use

dotnet dev-certs https --clean
dotnet dev-certs https --trust

and also tried to configure it manually using localhost.crt and converting it to a .pfx, but that didn't work either.

Is there a better way of getting the browser to trust https without these issues?

Current OS: Linux Mint
Default browser: Brave

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.