Search code examples
tfsazure-devopsazure-pipelines-release-pipelineazure-stack

VSTS tasks failed with unable to get local issuer certificate


Trying to deploy VM and web app using Azure Resource Group Deployment and Azure app service tasks in VSTS CI/CDP with Azure Stack.

The task is failing with following errors:

Error: unable to get local issuer certificate

Any suggestion on this issue?


Solution

  • To ignore SSL error set a Variable of name VSTS_ARM_REST_IGNORE_SSL_ERRORS with value: true in the release definition

    Reference: Azure App Service Task Documentation