Why do I see this thing when I just started debugging ? Could Anybody tell me the reason? Thanks)
Asked
Active
Viewed 2,352 times
1

MikeRyz
- 209
- 1
- 3
- 18
-
Hello, Could you please clarify your issue? – Jiale Xue - MSFT Sep 10 '21 at 08:48
-
Maybe you can refer to this. [link](https://stackoverflow.com/questions/56276414/how-to-fix-the-access-control-list-acl-structure-is-invalid) – Jiale Xue - MSFT Sep 10 '21 at 08:59
1 Answers
1
The IIS Express SSL certificate is generated locally, so there is no trusted root certificate authority with it that the computer already knows about. The computer wants to check with you that it is OK to use that particular self-signed certificate.
The answer in this case is "Yes."

Andrew Morton
- 24,203
- 9
- 60
- 84