How do I change my IIS Express SSL certificate for one that will work with Chrome 58+?

后端 未结 5 537
醉酒成梦
醉酒成梦 2020-12-23 11:50

Chrome 58+ drops support for CN in SSL certs, which means (at least on my machine) that browsing sites hosted in IIS Express throw constant security warnings.

How do

5条回答
  •  感情败类
    2020-12-23 12:37

    The answer Chris gave solves the issue, thanks! Because my whole team had this issue, I created a little Powershell script to run the steps in Chris' answer.

    https://gist.github.com/camieleggermont/5b2971a96e80a658863106b21c479988

    Running this in elevated mode did the trick for me.

提交回复
热议问题