Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date
beginer
1544
Points
52
Posts
I'm trying to run (locally) asp.net core 3.1 api project on HTTPS on windows machine using Docker Linux container in VS-2019. But getting error:
System.InvalidOperationException: 'Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
Also, tried to change the launch settings:
But still, not able to run and getting same error.