Hi, In Ceph Radosgw 15.2.17, I get this issue when trying to create a push endpoint to Kafka Here is push endpoint configuration: endpoint_args = 'push-endpoint=kafka://abcef:123456@kafka.endpoint:9093&use-ssl=true&ca-location=/etc/ssl/certs/ca.crt' attributes = {nvp[0] : nvp[1] for nvp in urllib.parse.parse_qsl(endpoint_args, keep_blank_values=True)} response = snsclient.create_topic(Name=topic_name, Attributes=attributes) When I put an object, the radosgw log show this: Kafka connect: failed to create producer: ssl.ca.location failed: crypto/x509/by_file.c:199: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib: I have checked my ca.crt file and it is definitely in x509 format. If I use RGW v16.2.13, the producer will be created successfully. Anyone have any ideal? Thanks _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx