aimoda / terraform-provider-corellium

Fork of terraform-provider-corellium for contributing upstream.
https://registry.terraform.io/providers/aimoda/corellium/latest
1 stars 0 forks source link

Allow self-signed certificates #6

Open Manouchehri opened 5 months ago

Manouchehri commented 5 months ago

This should be an optional flag.

╷
│ Error: Unable to Create Corellium API Client
│
│   with provider["registry.terraform.io/corellium/corellium"],
│   on providers.tf line 36, in provider "corellium":
│   36: provider "corellium" {
│
│ An unexpected error occurred when creating the Corellium API client. If the error is not clear, please contact the provider
│ developers.
│
│ Corellium Client Error: Get "https://192.168.1.9/api/v1/ready": tls: failed to verify certificate: x509:
│ “example.com” certificate is not standards compliant
╵