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
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: