Error message is not proper when kmip-server is not running and user try to add key.
General
Escalation
General
Escalation
Description
Environment
None
Activity
Show:
Duplicate
Details
Details
Assignee
Zsolt Parragi
Zsolt ParragiReporter
shahidullah.khan
shahidullah.khanComponents
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created December 12, 2024 at 8:07 PM
Updated December 16, 2024 at 1:11 PM
Resolved December 16, 2024 at 1:11 PM
When kmip-server is not configured and user try to add key using kmip method. It throws error message but the error message is not clearly state the issue. Also it shows warning message twice.
SELECT pg_tde_set_principal_key('kmip-principal-key','kmip-prov'); WARNING: SSL error: BIO_do_connect failed WARNING: SSL error: BIO_do_connect failed ERROR: failed to retrieve principal key. Create one using pg_tde_set_principal_key before using encrypted tables.