MySQL Forums
Forum List  »  Security

Encryption information in datafile can't be decrypted, confirm that keyring is loaded
Posted by: Imaan Ahmad
Date: September 02, 2025 02:59AM

Hello Team,

I am currently working on enabling Transparent Data Encryption (TDE) on MySQL using KMIP-managed keys. I have successfully configured the keyring_okv plugin and was able to encrypt tables using keys stored on the KMIP server.

From the KMIP server logs, it is evident that Locate requests are being initiated by the MySQL client, however the server shows the following error:
kmip.server.engine - ERROR - 'NoneType' object has no attribute 'applies_to_object_types

This suggests that the KMIP server is unable to properly process the Locate request, possibly due to missing or malformed key objects.

Could this issue be related to the keyring_okv plugin configuration or its interaction with the KMIP server?

Thanks,
Imaan Ahmad

Options: ReplyQuote


Subject
Views
Written By
Posted
Encryption information in datafile can't be decrypted, confirm that keyring is loaded
328
September 02, 2025 02:59AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.