2020/01/06 18:35:09 [ERR] Checkpoint error: Get https://checkpoint-api.hashicorp.com/v1/check/terraform?arch=amd64&os=linux&signature=2efe935d-c53c-7034-5425-e26d96ca5cd0&version=0.12.18: x509: certificate signed by unknown authority
2020/01/06 18:35:09 [DEBUG] Failed to request discovery document: Get https://registry.terraform.io/.well-known/terraform.json: x509: certificate signed by unknown authority
seems that proxy is behaving like man-in-the-middle and is signing packages.
I was considering to add our CA to trusted list.
Do you have an idea how to specify additional trusted CA for terraform image?
Hello everyone,
sorry for posting this question but I'm running in circles for a while. we have company proxy and hence I need to run
init
command like this:but and getting back this error:
seems that proxy is behaving like man-in-the-middle and is signing packages.
I was considering to add our CA to trusted list. Do you have an idea how to specify additional trusted CA for terraform image?