datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.89k stars 2.93k forks source link

Execution finished with errors for kafka topic ingestion due to Failed to create consumer: Failed to parse ssl.keystore.location PKCS#12 file: #8136

Closed YuriyGavrilov closed 1 year ago

YuriyGavrilov commented 1 year ago

Describe the bug Kafka topic ingestion shows error:

'KafkaError{code=_INVALID_ARG,val=-186,str="Failed to create consumer: Failed to parse ssl.keystore.location PKCS#12 file: ' '/opt/certs/ns-cert/pkcs12.crt: error:0308010C:digital envelope routines::unsupported: Global default library context, Algorithm ' '(RC2-40-CBC : 0), Properties ()"}\n', "2023-05-26 10:47:29.665751 [exec_id=c1655975-f48f-46d5-9dc5-ffe252ba51d0] INFO: Failed to execute 'datahub ingest'",

It works fine on verion 0.9.2 but it didn't work on .10.0 - 10.3

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Execution finished successfully!

Screenshots image

Desktop (please complete the following information):

Additional context Problem appears after upgrade on version 10.

YuriyGavrilov commented 1 year ago

solved