crypto/tls: TLS1.2 connections are getting broken with encryption alert with code 21 but based on RFC 5246 it shouldn't be. #66268
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Go version
golang 1.18.3
Output of
go env
in your module/workspace:What did you do?
Go lang Rest server with TLS1.2 connections are getting closed abroptly with encrypted alert code 21(decryption_failed_RESERVED), but as per RFC it is not recomended to send such alert code.
What did you see happen?
Connection between client & server is broken, and in pcap we saw alert code 21.
What did you expect to see?
Connection should not be broken, if broken then expected to see appropriate alert code other than 21.
The text was updated successfully, but these errors were encountered: