I downloaded a sample ecommerce project from - https://drive.google.com/drive/folders/1X6g7ByUiDPHshYQ2BM0GIEiBS0XmJg8x
Ran the scripts for database and it all went well. Then proceeded to load and launch the backend web-api for this project through visualstudio 2022. The webapi project has been written with .netcore 6.0. What I am getting on the browser is the following -
Privacy Error
Your connection is not private
Attackers might be trying to steal your information from localhost (for example,
passwords, messages, or credit cards). Learn more
NET::ERR_CERT_INVALID
What do I need to fix and/or change in order to bypass this glitch and have the api up and running? As I understand this, it's probably asking for some kind of certificate installation? Need some guidance on this one please. I've given the download link as well so that you can see for yourself.
Thanks in advance.