SSL Error when running logstash avro schema registry in ubuntu

I`m trying to migrate from CentOS to Ubuntu. Able to install the Logstash and added registry info and running the config locally to make sure, it is running as expected. But it is throwing below error.

[ERROR] 2023-11-21 03:18:26.193 [kafka-input-worker-skflx2001-0] avroschemaregistry - Avro parse error, original data now in message field {:error=>#<OpenSSL::SSL::SSLError: certificate verify failed>}
[ERROR] 2023-11-21 03:18:26.204 [kafka-input-worker-skflx2001-0] avroschemaregistry - Avro parse error, original data now in message field {:error=>#<OpenSSL::SSL::SSLError: certificate verify failed>}
[ERROR] 2023-11-21 03:18:26.215 [kafka-input-worker-skflx2001-0] avroschemaregistry - Avro parse error, original data now in message field {:error=>#<OpenSSL::SSL::SSLError: certificate verify failed>}
[ERROR] 2023-11-21 03:18:26.227 [kafka-input-worker-skflx2001-0] avroschemaregistry - Avro parse error, original data now in message field {:error=>#<OpenSSL::SSL::SSLError: certificate verify failed>}
[ERROR] 2023-11-21 03:18:26.238 [kafka-input-worker-skflx2001-0] avroschemaregistry - Avro parse error, original data now in message field {:error=>#<OpenSSL::SSL::SSLError: certificate verify failed>}
[ERROR] 2023-11-21 03:18:26.249 [kafka-input-worker-skflx2001-0] avroschemaregistry - Avro parse error, original data now in message field {:error=>#<OpenSSL::SSL::SSLError: certificate verify failed>}
[ERROR] 2023-11-21 03:18:26.260 [kafka-input-worker-skflx2001-0] avroschemaregistry - Avro parse error, original data now in message field {:error=>#<OpenSSL::SSL::SSLError: certificate verify failed>}

same config working fine in centos without any issues.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.