79302408

Date: 2024-12-23 07:14:16
Score: 0.5
Natty:
Report link

In my case, I followed the following instructions to fix the issue on macOS Sequoia:

1- Delete any certs that currently exist. Open a terminal and run: dotnet dev-certs https --clean

2- Download the tar.gz file of the "main" release from the .NET SDK package table.

3- Unpack the downloaded file.

4- Remove the quarantine attribute from the unpacked folder. From your terminal run: xattr -d com.apple.quarantine -r Replace with the name of your unpacked folder.

5- Navigate to the unpacked folder

6- From within this folder, run the following to generate and trust the certificate. ./dotnet dev-certs https --trust

Link

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: SeeSharp