This error happens when the keystore password and key file password don't match. To fix it, make sure both use the same password. Also, be careful like with Delta Exploit Android-passwords need to match to keep things safe!
------------------------------
Alex 421
------------------------------
Original Message:
Sent: Sun April 30, 2023 11:35 PM
From: StreamSets Member
Subject: Data Collector failing with "Cannot recover key" error
Issue:
Data Collector fails with the following error in the logs: Cannot recover key
A possible cause for this error is that the keystore password and the contained key file password do not match. The password configured in https.keystore.password in sdc.properties is used to access the keystore and the key file. If the passwords are different, this leads to not having access to the key file, resulting in the Cannot recover key error.
To resolve this, make sure that the keystore file and the contained key file are using the same password.