❔ Dev certificate works for one aspnetcore API but not another? (net6-osx)

Huh? I have two aspnetcore APIs running with an Angular app calling both. I installed and trusted a dev certificate using dotnet dev-certs https. One runs and serves responses just fine; the other reports this to the logger:
System.IO.IOException: The decryption operation failed, see inner exception.
---> Interop+AppleCrypto+SslException: misc. bad certificate
System.IO.IOException: The decryption operation failed, see inner exception.
---> Interop+AppleCrypto+SslException: misc. bad certificate
I validated both APIs are using the same certificate (thumbprints the same). You don't need a dev certificate per project do you?
1 Reply
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.