-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x509: certificate signed by unknown authority AzureRM Provider behind company proxy #1778
Comments
hey @Quisl Thanks for opening this issue :) I've taken a look into this issue and believe there's two parts to fixing this:
Unfortunately I don't have access to a Proxy to verify this patch works as expected behind a proxy with custom authentication - however I can see these requests going through the proxy as expected using Charles Proxy on macOS. Would you be able to pull and build the branch Thanks! |
I had to test it on a different machine as the other one was just a testing VM. However, it appears to work now! Thank you 👍 |
hey @Quisl Thanks for confirming that - we'll send a PR to update that shortly. Thanks! |
PR: #2133 |
hi @Quisl Just to let you know that this has been released as a part of v1.18 of the AzureRM Provider (the full changelog is available here). You can upgrade to this by specifying the version in the provider block (as shown below) and then running
Thanks! |
Terraform v0.11.10
Still having issue.
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
This issue was originally opened by @Quisl as hashicorp/terraform#18683. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/Quisl/c4275d4559e53bc5d982aff1fc733169
Expected Behavior
I expected Terraform to create a resource group in my Azure Environment.
Actual Behavior
Terraform stops executing because of a unknown certificate. Error:
Steps to Reproduce
terraform init
terraform plan
Additional Context
I am using Debian 9 (stretch) and I sit behind a proxy server which requires me to use the companies CA Certificate for outgoing traffic. However I have added the certificate to my operating system using the
command (curl works).
The text was updated successfully, but these errors were encountered: