简体   繁体   English

自签名证书在 Azure DevOps Services 管道中安装 Terraform 时出错

[英]Self Signed Certificate Error installing Terraform in Azure DevOps Services pipeline

in Azure DevOps Services pipeline, I'm trying to install Terraform using the following task.在 Azure DevOps Services 管道中,我尝试使用以下任务安装 Terraform。

在此处输入图像描述

在此处输入图像描述

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:这是似乎对遇到此问题并在Azure 管道文档中找到答案的人有用的答案,我在下面引用它:

Specify proxy bypass URLs指定代理绕过 URL

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.在代理的根目录中创建一个 .proxybypass 文件,指定正则表达式(在 ECMAScript 语法中)以匹配应该绕过代理的 URL。 For example:例如:

github\.com
hashicorp\.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure DEVOPS 中的 GIT 错误 - SSL 证书问题:证书链中的自签名证书推送 - GIT error in Azure DEVOPS - SSL certificate problem: self signed certificate in certificate chain Pushing SonarQube构建步骤失败,并在Azure DevOps中显示“证书链中的自签名证书” - SonarQube build step fails with “Self-Signed Certificate in Certificate Chain” in Azure DevOps Azure devops 管道 terraform 错误 - 尝试角色分配时出现 403 - Azure devops pipeline terraform error - 403 when attempting role assignment 通过 azure devops 中的管道将 terraform 部署到 azure - Deploy terraform to azure through a pipeline in azure devops 在 Azure Devops 管道中安装 Python 要求时出错 - Error when installing Python requirements in Azure Devops pipeline Azure devops 管道在安装节点 js 时抛出错误 - Azure devops pipeline is throwing error installing node js Azure Devops - 使用 Terraform 创建管道环境 - Azure Devops - create pipeline environment with Terraform Terraform 不会在 Azure DevOps 管道中初始化 - Terraform won't initialise in Azure DevOps Pipeline 无法在 Azure Devops 管道中选择 Terraform 工作区 - Unable to select Terraform workspace in Azure Devops pipeline Azure 使用 terraform 创建 devops 发布管道 - Azure devops release pipeline creation using terraform
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM