Fatih Bildirici
Fatih Bildirici

Reputation: 1

HARBOR Registry Return x509 error During the login session

In ethernet connected system I use harbor registry for docker images in login session it returns x509: certificate relies on legacy Common Name field, use SANs instead error. How I resolve this certification problem?

Upvotes: 0

Views: 2487

Answers (1)

stonezdj
stonezdj

Reputation: 111

You should regenerate your Harbor certificate, the previous maybe generated by Common Name, use the SAN field to sign the certificate, https://goharbor.io/docs/2.5.0/install-config/configure-https/

Upvotes: 0

Related Questions