-
Notifications
You must be signed in to change notification settings - Fork 90
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
Docs example for ciphers array option #107
Comments
i think it's SSL version, that I am after...
I want the output from the pods to be tls1.2, not v3. |
I ended up getting it to calm down by removing custom last error seen ~10 min ago. post change data back to flowing normally. While the handshake issues were happening i was seeing data delays.
notice the stability in dashboard data. annotations on graph show pod in crashloop till i came back home and fixed the splunk config. |
What would you like to be added:
Docs example for ciphers array option
https://github.com/splunk/fluent-plugin-splunk-hec#ciphers-array
Why is this needed:
I am deploying SCK 1.3.0 charts and experimenting with security settings by hardening the
sslVersions
inserver.conf
& with HECinputs.conf
. They both have options to setsslVersions
and ciphers.https://docs.splunk.com/Documentation/Splunk/latest/Admin/Serverconf#SSL_Configuration_details
https://docs.splunk.com/Documentation/Splunk/8.0.1/Admin/Inputsconf#http:_.28HTTP_Event_Collector.29
I tried setting specific versions in
server.conf
but no dice. I didnt set them explicitly in inputs.conf, so I am thinkingserver.conf
applied. I tried setting tls and thats when the connection fails/retried happened.I am now seeing this from some of my fluentd pods:
The initial connection fails on sslv3 then succeeds on retry.
The text was updated successfully, but these errors were encountered: