On 6/17/2020 8:55 PM, yaswanth kumar wrote:
Caused by: javax.crypto.BadPaddingException: RSA private key operation
failed

Something appears to be wrong with the private key that Solr is attempting to use for a certificate.

Best guess, incorporating everything I can see in the stacktrace, is that you have enabled certificate-based authentication, and the private key for the client certificate is malformed in some way. The error message originated in Java code, not Solr.

https://docs.oracle.com/javase/8/docs/api/javax/crypto/BadPaddingException.html

It sounds like the keystore has a problem. You would need to consult with someone who is an expert at Java crypto mechanisms.

Thanks,
Shawn

Reply via email to