Re: TLS certificate error with PEM AND KAFKA

2021-11-25 Thread Luke Chen
Hi Sai Chandra Mouli T, Glad you found out the PKCS#8 pbe-sha1-rc4-128 (-v1) works well. In Kafka's unit test, we use the algorithm: pbeWithSHA1And3-KeyTripleDES-CBC (v1) to encrypt the key to do test. Actually, the v1/v2 means the algorithm in PCKS#5 v1/v2 (check here: https://www.openssl.org/d

TLS certificate error with PEM AND KAFKA

2021-11-24 Thread sai chandra mouli
Hello community, I intend to use Kafka and zookeeper with PEM certificates for SSL/TLS on my system. But when I try to use the encrypted Private key and the certificate created using openssl rsa I get error messages saying "*DER Input Integer Tag error"* and " *Caused by: org.apache.kafka.common.er