.Net Core apps has a problem verifying certs from keychain.

  • Thread starter Thread starter JVM2CLR
  • Start date Start date
J

JVM2CLR

Guest
Probable steps to reproduce

-------------------------------

1. Cd into the root of the project in terminal

2. run dotnet build

3. dotnet run --project {projectName}.WebApi/{projectName}.WebApi.csproj throws

Certificate file(s) missing from file system. Falling back to keystore. Thumbprint.


Any help directing to a better resource or advice to reduce to this roadblock will be very much appreciated.


Thank you.

Continue reading...
 
Back
Top