jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
127 stars 55 forks source link

SSL Error When Using TerraformInstaller Task Through Proxy With SSL Inspection #257

Open donwlewis opened 2 years ago

donwlewis commented 2 years ago

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

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.

jason-johnson commented 1 year ago

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