Skip to content
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

Ignore Root Certification Authority #191

Open
salvorusso opened this issue Jul 12, 2022 · 1 comment
Open

Ignore Root Certification Authority #191

salvorusso opened this issue Jul 12, 2022 · 1 comment

Comments

@salvorusso
Copy link

salvorusso commented Jul 12, 2022

Description

It would be great if there was a way to ignore an unknown certification authority.
I've seen something similar in other providers configuration.
Often azure stack is installed with self signed certificates: it is difficult to import them.

│ Error: Error retrieving Environment from Endpoint "https://****************/": Get "https://****************/metadata/endpoints?api-version=1.0": x509: certificate signed by unknown authority
│
│   with provider["registry.terraform.io/hashicorp/azurestack"],
│   on provider.tf line 1, in provider "azurestack":
│    1: provider "azurestack" {
│

New or Affected Resource(s)

  • azurestack_0.10.0

Potential Terraform Configuration

provider "azurestack" {
  version = "=0.10.0"

  arm_endpoint    = var.endpoint
  subscription_id = var.subscription_id
  client_id       = var.client_id
  client_secret   = var.client_secret
  tenant_id       = var.tenant_id
  allow_unverified_ssl = true
}

References

@pirafrank
Copy link

up this

much needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants