-
Notifications
You must be signed in to change notification settings - Fork 454
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
Unable to connect to v center via self signed ssl certifcate (allow_unverified_ssl == false is failing) #1994
Comments
Hello, pradeep-git23! 🖐 Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle. If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests. |
Set it to |
Hi @tenthirtyam thank you for your input i am using K8 cluster for running awx. |
Are you still having an issue? |
No reply from OP. |
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. |
Community Guidelines
Terraform
1.4
Terraform Provider
v2.4.1
VMware vSphere
7.0.3
Description
When allow_unverified_ssl == false , Automation is failing
Affected Resources or Data Sources
provider "vsphere" {
user = "{{vmware_user}}"
password = "{{vmware_pass}}"
vsphere_server = "{{vcenter}}"
allow_unverified_ssl = false
}
Terraform Configuration
automation is failing while allow_unverified_ssl = false
Debug Output
�[31m│�[0m �[0m�[1m�[31mError: �[0m�[0m�[1merror setting up new vSphere SOAP client: Post "https://ip.of.vcenter/sdk": x509: certificate signed by unknown authority�[0m
Panic Output
No response
Expected Behavior
It should execute terraform plan and apply
.
Actual Behavior
Failing with the error at terraform Plan. �[31m│�[0m �[0m�[1m�[31mError: �[0m�[0m�[1merror setting up new vSphere SOAP client: Post "https://ip/sdk": x509: certificate signed by unknown authority�[0m
Steps to Reproduce
allow_unverified_ssl = false
while executing automation from awx to vcenter
Environment Details
No response
Screenshots
References
No response
The text was updated successfully, but these errors were encountered: