X.509 CommonName deprecation
Jared-Mullin opened this issue · 0 comments
Jared-Mullin commented
Ref: https://golang.org/doc/go1.15#commonname
With the release of Go 1.15, treating the CommonName field on X.509 certificates as a host name when no Subject Alternative Names are present is now disabled by default. This behaviour can be re-enabled temporarily by including GODEBUG=x509ignoreCN=0