colindembovsky / cols-agent-tasks

Colin's ALM Corner Custom Build Tasks
MIT License
83 stars 65 forks source link

AZure Devops 2020 Self Signed Cert #166

Open prax0914 opened 3 years ago

prax0914 commented 3 years ago

Task will fail with below error when run on AZure Devops Server 2020 with self signed cert. I tried to import the the self signed cert into the deployment group agent system trust store. That did not change the result.

2021-06-07T17:38:06.4774120Z ##[section]Starting: Tag Release 2021-06-07T17:38:06.4872010Z ============================================================================== 2021-06-07T17:38:06.4872391Z Task : Tag Build or Release 2021-06-07T17:38:06.4872683Z Description : Adds tags to a build or release 2021-06-07T17:38:06.4872932Z Version : 0.1.114 2021-06-07T17:38:06.4873248Z Author : Colin Dembovsky (colinsalmcorner.com) 2021-06-07T17:38:06.4874885Z Help : More Information 2021-06-07T17:38:06.4875375Z ============================================================================== 2021-06-07T17:38:07.3948322Z Could not get releaseResourceArea resource area: this may cause the task to fail. 2021-06-07T17:38:07.4180675Z (node:7628) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: self signed certificate 2021-06-07T17:38:07.4250997Z ##[section]Finishing: Tag Release