-
Notifications
You must be signed in to change notification settings - Fork 136
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
SSL Support? #28
Comments
Same issue here, TLS/SSL support would be nice. |
ping |
I had a quick look at the code to see if this was possible. It looks to me like the easiest way to achieve this is to implement @vklochan would you be likely to accept a patch that does something like that? |
+1 please. |
skwashd
added a commit
to skwashd/python-logstash
that referenced
this issue
Mar 14, 2016
See vklochan#28 Adds initial support for SSL. The implementation supports the following features: * Remote certificate validation * Custom CA bundles * Client side certs SSL is now on by default.
Open
skwashd
added a commit
to skwashd/python-logstash
that referenced
this issue
Aug 10, 2016
See vklochan#28 Adds initial support for SSL. The implementation supports the following features: * Remote certificate validation * Custom CA bundles * Client side certs SSL is now on by default.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I want to know if python-logstash has SSL support, because i cannot find any way to define custom certificate.
Thanks
The text was updated successfully, but these errors were encountered: