fishy opened a new pull request, #3734: URL: https://github.com/apache/thrift/pull/3734
Starting from go 1.27, it starts to enforce RFC 5280 IP SAN parsing [1], and reject certs with IPv4-mapped IPv6 address. Our pre-generated test certs contains one such IP (`::ffff:127.0.0.1`) so it starts to fail in go test server when we update to go 1.27. This change removes that IP from all the test certs and keep other things in the test certs (mostly) intact, including all the private keys, to prepare for the go 1.27 update. [1]: https://github.com/golang/go/commit/a5b2a19336774bf0f59a0d43eafdb66b3f1c1c5b -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
