Publishing from Visual Studio 2015 - allow untrusted certificates

前端 未结 9 1378
挽巷
挽巷 2020-12-12 20:08

I am publishing my ASP.NET 5 MVC6 project from Visual Studio 2015. I have imported publish profile from my server. Connection validates successfully, however when I publish

9条回答
  •  执笔经年
    2020-12-12 21:03

    I had True but it was still failing with the cert error.

    • I re-entered my password in the settings dialog and it still failed
    • Once I clicked on Validate Connection it started working.

    Note

    • VS 2017 (15.2)
    • My password recently changed
    • As a test, entered the wrong password and I got the cert error so the cert error is not just about an untrusted cert apparently

提交回复
热议问题