vmware / terraform-provider-tanzu-mission-control

Terraform provider to manage resources of Tanzu Mission Control
Mozilla Public License 2.0
38 stars 31 forks source link

Fix x509 issues #408

Closed warroyo closed 1 month ago

warroyo commented 1 month ago
  1. What this PR does / why we need it:

This removes the hard coded root cert and allows the system store to be used to trust certs unless root CAs are explicitly provided

ysineil commented 1 month ago

please merge, we're experiencing this issue.

warroyo commented 1 month ago

@ysineil a quick workaround until this is merged is to set insecure_allow_unverified_ssl=true in the provider config.

ysineil commented 1 month ago

confirmed

GantzGit commented 1 month ago

fixes #409

sbasu31 commented 1 month ago

Approved