openssl rsa -noout -modulus -in /opt/vmware/vcloud-director/etc/user.http.key | openssl md5Error: "unable to load Private Key"/opt/vmware/vcloud-director/logs/vcloud-container-debug.log reports database connection failures resulting from SSL errors:org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.JDBCConnectionException: Cannot open connection
(...)
Caused by: org.postgresql.util.PSQLException: SSL error: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
(...)
Caused by: org.postgresql.util.PSQLException: FATAL: the database system is shutting downVCD 10.3.3
TCI 2.2
The imported private key is corrupt, protected by an incorrect passphrase, or cryptographically mismatched to the signed certificate. This invalid keystore configuration prevents the cell from successfully completing SSL handshakes with the backend PostgreSQL database, leading to persistent JDBC connection exceptions and cell initialization failure.