Here In Storage Server I got an error while decrypt any remaining partial block
if (EVP_DecryptFinal_ex(ctx, o, &len) <= 0) {
throw std::runtime_error("Could not finalise decryption");
}
o += len;
I'm running latest session client but still got an error