We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I would like to know which version of TLS(1.2 or 1.3) is using in CloudBees syslog java client(syslog-java-client-1.1.7).
Thanks, Arjun.
The text was updated successfully, but these errors were encountered:
Hello cyrille-leclerc,
Can you please confirm TLS version ?
Sorry, something went wrong.
It seems it uses whatever the JVM has as default, but you can pass in your own SSLContext (using setSSLContext on TcpSyslogMessageSender)
See also this test (which uses SSL): https://github.com/CloudBees-community/syslog-java-client/blob/4c166535b270c5dc7ff15b4efb66b7475b0262ea/src/test/java/com/cloudbees/syslog/sender/TcpSyslogMessageSenderTest.java#L34
No branches or pull requests
Hi,
I would like to know which version of TLS(1.2 or 1.3) is using in CloudBees syslog java client(syslog-java-client-1.1.7).
Thanks,
Arjun.
The text was updated successfully, but these errors were encountered: