I've been running local Visual Studio using HTTPS for years just fine.
I am using Visual Studio 2022 17.3.4.
As of a couple weeks ago, when I run Visual Studio local debug, I get "security certificate invalid". It thinks certificate expired Aug 29, 2022. Running
dotnet dev-certs https --check
shows valid certificate until 2023-09-14.
Any ideas as to why HTTPS will not run local?