Update Go version
This commit is contained in:
parent
187ec26d8e
commit
b7700e77bf
11 changed files with 65 additions and 28 deletions
|
@ -409,3 +409,9 @@ For more advanced use cases, you can use either the [RedirectScheme middleware](
|
|||
### Headers middleware: accessControlAllowOrigin
|
||||
|
||||
`accessControlAllowOrigin` is no longer supported in Traefik v2.5.
|
||||
|
||||
### X.509 CommonName Deprecation Bis
|
||||
|
||||
Following up on the deprecation started [previously](#x509-commonname-deprecation),
|
||||
as the `x509ignoreCN=0` value for the `GODEBUG` is [deprecated in Go 1.17](https://tip.golang.org/doc/go1.17#crypto/x509),
|
||||
the legacy behavior related to the CommonName field can not be enabled at all anymore.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue