Skip to content

Commit

Permalink
Merge pull request redpanda-data#14869 from BenPope/backport-pr-14823…
Browse files Browse the repository at this point in the history
…-v23.1.x

[v23.1.x] net: GNUTLS_E_DECRYPTION_FAILED is_reconnect_error
  • Loading branch information
BenPope authored Nov 10, 2023
2 parents eeee97a + 753dc5f commit e3a72a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/net/connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bool is_reconnect_error(const std::system_error& e) {
case GNUTLS_E_UNSUPPORTED_VERSION_PACKET:
case GNUTLS_E_NO_CIPHER_SUITES:
case GNUTLS_E_PREMATURE_TERMINATION:
case GNUTLS_E_DECRYPTION_FAILED:
return true;
default:
return false;
Expand Down

0 comments on commit e3a72a8

Please sign in to comment.