azure-pipelines-tasks-terraform icon indicating copy to clipboard operation
azure-pipelines-tasks-terraform copied to clipboard

SSL Error When Using TerraformInstaller Task Through Proxy With SSL Inspection

Open donwlewis opened this issue 2 years ago • 1 comments

Describe the bug TerraformInstaller task fails when running through a proxy that does SSL inspection. If there is a way to ignore the SSL, which I know isn't great, we could get around the issue.

To Reproduce Steps to reproduce the behavior: This would be pretty difficult to replicate as you would need to setup a self-hosted VM that is using a proxy with SSL inspection.

Expected behavior Download Terraform

Agent Configuration

  • OS: Ubuntu 20.04
  • Self Hosted
  • Terraform version used (1.0.10)
  • AzureCLI version used (Default)

Additional context We have attempted to add the custom certificates to the OS certificate store, but it seems like these are ignored by the task.

donwlewis avatar Mar 04 '22 01:03 donwlewis

Hi @donwlewis , thanks for tracking this down. What error do you get when this fails?

jason-johnson avatar Mar 22 '23 12:03 jason-johnson