Skip to main content

I am trying to set up a KafkaConnector to read from a topic. For the SSL certificate, I provide a keystore that I've used to connect through OffsetExplorer, but it is unable to retrieve the topics. Does FME expect a different type of certificate? I get the following error:

An error was encountered while retrieving existing topics:

 'Failed to create admin client: ssl.ca.location failed:

 error:0B084088:x509 certificate routines:X509_load_cert_crl_file:no certificate or crl found'.

 Please check host names and ports, security settings, and credentials

SSL certificate is essential for KafkaConnector. Basically, It is a framework for connecting Kafka with external systems, including databases.

 

Expert Skylight Installation Services in Manalapan NJ


The Kafka connector is looking for an SSL certificate. This certificate is used for secure communication between the Kafka Connector and Kafka brokers.

 

Visit here https://mikeantoun.com/property-selling-services-in-los-angeles-ca/ Best Property Selling Services in Los Angeles CA


After working with technical support, we determined that the connector was not able to accept a keystore and truststore. Using the Advanced Options, you can specify your SSL values in JSON format, but not all of the SSL options are supported yet. An enhancement request has been created.


Reply