Connecting to Aiven Kafka over TLS Throws an java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Error
#1115
Labels
bug
Something isn't working
Describe the bug
Trying to use zilla with Aiven Kafka I am unable to connect.
To Reproduce
Steps to reproduce the behavior:
Zilla Environment:
Describe the Host environment including:
Attach the
zilla.yaml
config file:Attach the
zilla logs
:Kafka Environment:
Client Environment:
the
/opt/bitnami/kafka/bin/kafka-topics.sh --list
command works with the below SSL configs:Additional context
Aiven Quick connect instructions:
3. Create keystore and truststore:
3.1 Use the openssl utility to create the keystore with the service.key and service.cert files downloaded previously:
Enter a password to protect the keystore and the key, when prompted.
3.2 In the folder where the certificates are stored, use the keytool utility to create the truststore with the ca.pem file as input:
Enter a password to protect the trust stores and reply yes to confirm trusting the CA certificate, when prompted.
The result are the keystore named client.keystore.p12 and truststore named client.truststore.jks that can be used for client applications configuration in the next steps.
The text was updated successfully, but these errors were encountered: