Error
Error Code: 3872

MySQL Error 3872: SSL Required for Encrypted Clone

📦 MySQL
📋

Description

This error occurs when attempting to clone a MySQL instance or schema that contains encrypted tables, but the cloning operation is not using an SSL/TLS encrypted connection. MySQL requires a secure connection to protect sensitive encrypted data during the cloning process, ensuring data integrity and confidentiality.
💬

Error Message

Clone needs SSL connection for encrypted table.
🔍

Known Causes

3 known causes
⚠️
Insecure Connection Attempt
The cloning process was initiated without an SSL/TLS encrypted network connection, which is mandatory when cloning instances containing encrypted tables.
⚠️
Unconfigured SSL/TLS
Neither the MySQL server nor the client initiating the clone operation has been properly configured to establish an SSL/TLS secure connection.
⚠️
Invalid SSL Parameters
Even if SSL/TLS is enabled, the specific connection parameters (e.g., certificates, keys) provided for the cloning connection are incorrect or incomplete.
🛠️

Solutions

Coming Soon

Detailed step-by-step solutions for this error are being prepared. In the meantime, try these general troubleshooting tips:

General Troubleshooting Tips

  • Check the error message carefully for specific details
  • Review recent changes that might have caused the error
  • Search for the exact error code in the official documentation
  • Check log files for additional context
  • Try restarting the application or service
🔗

Related Errors

5 related errors