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
@sinc59 it seems to me that the actual problem you're facing is with accessing vCenter at a custom HTTPS port.
While it is possible to deploy a vCenter with a custom port for its reverse proxy, it is not officially supported.
However, if all you're trying to do is accessing it via a proxy you can easily work around the limitation by adding the port to your configuration like so
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
v1.6.1
Terraform Provider
2.8.2
VMware vSphere
7.0.3.01900
Description
Hello,
I access to the vsphere server using a corporate proxy.
When i run terraform, i get a timeout error:
The vsphere provider seems to not use the HTTPS_PROXY env var.
For exemple, Govmomi have fix this issue in the following commit.
Best regards,
Sébastien
Affected Resources or Data Sources
All ressources
Terraform Configuration
provider "vsphere" {
alias = "DC01"
user = xxxx
password = xxxx
vsphere_server = xxxx
We have self-signed cert on almost all of our vshpere hosts
allow_unverified_ssl = true
}
Debug Output
https://gist.github.com/sinc59/0ada82d2478e33649eb9f93fa9c4acd9
Panic Output
No response
Expected Behavior
vpshere provider following the HTTPS_PROXY env var
Actual Behavior
vsphere provider does not use HTTPS_PROXY env var
Steps to Reproduce
Set the HTTPS_PROXY env var:
HTTPS_PROXY="127.0.0.1:3128"
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: