-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any way to avoid the ca_location flag? #43
Comments
You need to provide this settings in order to enable the kafka client to verify the broker keys. This is necessary to ensure you indeed connect to the IBM Event Streams brokers. You should NOT try to disable this security feature but instead understand where this file/folder is located on your system and ensure you follow the best security practices. If you're having issues locating the correct path for your environment, let us know and we can try helping. |
Closing due to inactivity. |
Hey @mimaison I am going to use Any solutions? Thanks, |
Have you tried using |
The code currently uses the ca_location flag to set the ssl certificate path:
self.opts['ca_location'] = '/etc/ssl/certs'
Is there anyway to avoid this step?
I tried passing False, None, '' but this failed in various way.
Any help would be welcome.
Thanks, Allon.
The text was updated successfully, but these errors were encountered: