in Azure DevOps Services pipeline, I'm trying to install Terraform using the following task.
and I'm getting the following error message. I am not sure if I need to import a cert to a cert store?
in Azure DevOps Services pipeline, I'm trying to install Terraform using the following task.
and I'm getting the following error message. I am not sure if I need to import a cert to a cert store?
Here's the answer that seemed to work for someone who had this problem and found the answer in the Azure Pipelines docs, which I'm quoting below:
Create a .proxybypass file in the agent's root directory that specifies regular expressions (in ECMAScript syntax) to match URLs that should bypass the proxy. For example:
github\.com
hashicorp\.com