bishops_licorice
bishops_licorice
CC#
Created by bishops_licorice on 11/20/2022 in #help
❔ 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?
2 replies