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
We are integrating Terraform with an internal inventory tool, and would like to store the state using a REST endpoint.
Currently our REST endpoint works wonderfully if accessed over HTTP, but when we switch to our (self-signed) HTTPS, Terraform complains:
Error while performing the initial pull. The error message is shown
below. Note that remote state was properly configured, so you don't
need to reconfigure. You can now use `push` and `pull` directly.
Error reloading remote state: Get https://<server>/api/terraform/state: x509: certificate signed by unknown authority
Would it be possible to add an override to accept self-signed certs?
Cheers,
Colin
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
May 2, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
We are integrating Terraform with an internal inventory tool, and would like to store the state using a REST endpoint.
Currently our REST endpoint works wonderfully if accessed over HTTP, but when we switch to our (self-signed) HTTPS, Terraform complains:
Would it be possible to add an override to accept self-signed certs?
Cheers,
Colin
The text was updated successfully, but these errors were encountered: