Skip to content
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

Added support for TLS SNI #66

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

tsaarni
Copy link
Contributor

@tsaarni tsaarni commented Aug 2, 2023

When TLS is used to connect to the syslog server, this change adds the TLS SNI extension to the TLS handshake, to indicate the wanted server name to the server.

Note that the host configuration option needs to be set to FQDN (Fully Qualified Domain Name) and not e.g. IP address or hostname without domain part.


Part of elastic/logstash#15236

@tsaarni tsaarni force-pushed the tls-sni branch 2 times, most recently from 2386bb9 to 007e9cf Compare August 3, 2023 10:31
@andsel
Copy link
Contributor

andsel commented Sep 8, 2023

@tsaarni please reabase this 🙏

Signed-off-by: Tero Saarni <[email protected]>
@tsaarni
Copy link
Contributor Author

tsaarni commented Sep 8, 2023

Rebased!

Copy link
Contributor

@andsel andsel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andsel andsel merged commit c2d8ee4 into logstash-plugins:main Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contributing to logstash-output-syslog and status of the plugin?
2 participants