You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've have started to learn Terraform along with AWS and VSCode. I can use terraform init to start the file but when I use terraform plan the response I get is an SSL VAlidation Error. I have managed to find the cacert.pem file on my windows machine but it still doesn't work.
Expected Behavior
Terraform to work
Current Behavior
SSL validation failed for https://s3.eu-west-2.amazonaws.com/ [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)
Reproduction Steps
terraform init
terraform plan
terraform apply
Possible Solution
No response
Additional Information/Context
No response
CLI version used
2
Environment details (OS name and version, etc.)
Windows 11
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
I've have started to learn Terraform along with AWS and VSCode. I can use terraform init to start the file but when I use terraform plan the response I get is an SSL VAlidation Error. I have managed to find the cacert.pem file on my windows machine but it still doesn't work.
Expected Behavior
Terraform to work
Current Behavior
SSL validation failed for https://s3.eu-west-2.amazonaws.com/ [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)
Reproduction Steps
terraform init
terraform plan
terraform apply
Possible Solution
No response
Additional Information/Context
No response
CLI version used
2
Environment details (OS name and version, etc.)
Windows 11
The text was updated successfully, but these errors were encountered: