Skip to content
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

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

Open
naveenkashyapdv opened this issue Nov 16, 2023 · 2 comments

Comments

@naveenkashyapdv
Copy link

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
Copy link

Hi @naveenkashyapdv

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

@naveenkashyapdv
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants