infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 73 forks source link

tls: failed to parse certificate from server: x509: invalid certificate policies #321

Open naveenkashyapdv opened 8 months ago

naveenkashyapdv commented 8 months ago

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!!!

praveenmnshet commented 8 months ago

Hi @naveenkashyapdv

Can you please let us know the NIOS version used here..

naveenkashyapdv commented 6 months ago

Hi @praveenmnshet, Apologies for the late reply. The NIOS version is 8.6.1