Previous Topic: 1372ENext Topic: 1380E


1375E

RECORD READ FROM PARTNER HAS AN INCORRECT MESSAGE AUTHENTICATION CODE.

Reason:

The Message Authentication Code (MAC) received with the SSL record does not match the MAC calculated from the record data.

The sending party calculates the MAC (a cryptographic hash value) on the data being sent in the record and appends it to the record before encrypting the data. The receiving party decrypts the data, calculates its own MAC for the data, and compares the two MACs. If they match, the receiver knows the data has not been altered in transit. If they do not match, the data has been altered and must be ignored. In this case, the connection between the client and the server ends abnormally.

Action:

For assistance, contact Technical Support.