amqp icon indicating copy to clipboard operation
amqp copied to clipboard

Regenerate certs with SHA256 to fix test with Go 1.18+

Open anthonyfok opened this issue 2 years ago • 2 comments

This fixes "x509: cannot verify signature: insecure algorithm SHA1-RSA" error with Go 1.18 and up in TestTLSHandshake.

Thanks to @lnussbaum for the bug report; see https://bugs.debian.org/1008423

anthonyfok avatar Apr 06 '22 08:04 anthonyfok

Team RabbitMQ no longer pays any attention to this fork. Consider switching to, and submitting your PRs again, https://github.com/rabbitmq/amqp091-go/.

michaelklishin avatar Nov 11 '23 23:11 michaelklishin

For the record (because I have forgotten too), an equivalent PR was submitted on the same day (April 6, 2022) to https://github.com/rabbitmq/amqp091-go as rabbitmq/amqp091-go#66 (which was approved and merged on the same day)

  • rabbitmq/amqp091-go#66

anthonyfok avatar Nov 17 '23 14:11 anthonyfok