Skip to content

TLS test break in latest go version (1.25.2) due to missing SAN in test cert #5896

@LaurentGoderre

Description

@LaurentGoderre

What happened:

Go changed the logic for validating certificates to require a SAN but the test cert is missing one so the TestPDNSProviderCreateTLS test fails with could not load TLS cert: x509: SAN dNSName is malformed.

Here is the change in Go: golang/go@930ce22

What you expected to happen:

test should pass

How to reproduce it (as minimally and precisely as possible):

run make test with go 1.25.2 installed

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions