Even though I put sslmode to false, I am getting the error
infoblox_ip_allocation.allocation1: Creating...
╷
│ Error: error while creating a host record: Post "https://infoblox.corp.com:443/wapi/v2.7/record:host": tls: failed to parse certificate from server: x509: invalid certificate policies. I am not sure what the issue is!!!
Hi, This is the code I am using.
provider "infoblox" { sslmode = false server = "infoblox.corp.com" username = "XXXX" password = "XXX" }
resource "infoblox_ip_allocation" "allocation1" { dns_view = "default" ipv4_cidr = "10.16.0.0/12" fqdn = "test.corp.com" }
Even though I put sslmode to false, I am getting the error
infoblox_ip_allocation.allocation1: Creating... ╷ │ Error: error while creating a host record: Post "https://infoblox.corp.com:443/wapi/v2.7/record:host": tls: failed to parse certificate from server: x509: invalid certificate policies. I am not sure what the issue is!!!