Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to install the asp.net core development certificate tool (dev-certs)

Im new in ASP.NET core.

Im using: asp.net core 2.1 web api, visual studio community 2017 v15.8.9, windows 10, docker for windows community edition 18.06.1-ce-win73

So i developed web api with the above system, then try to run it with docker.

I have got this pop up error message from visual studio when i hit F5 from visual studio:

"unable to install the asp.net core development certificate tool (dev-certs)"

See Error pop up image

I tried to google it and also referred to this link below which asks us to update the VS to the latest version. I have done that but still got the error:

https://developercommunity.visualstudio.com/content/problem/229417/mvp-unable-to-install-cert-tool-dev-certs.html

Could somebody help? Thanks.

like image 976
Lidya Agustina Avatar asked Nov 13 '18 05:11

Lidya Agustina


1 Answers

For Docker: see here

For other issues: open console -> dotnet dev-certs https --trust [ENTER] and click on OK,strong text that´s it

like image 126
Vs Ms Avatar answered Nov 16 '22 18:11

Vs Ms