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

Allow encryption for TCP transport #99

Closed
wants to merge 1 commit into from
Closed

Allow encryption for TCP transport #99

wants to merge 1 commit into from

Conversation

toubsen
Copy link
Contributor

@toubsen toubsen commented Oct 22, 2018

Currently, TCP transport uses a PHP stream socket to transmit messages, which is hardcoded to use a 'tcp' scheme. Some graylog instanbces (e.g. hosted graylog by OVH) allow submission of messages via TCP+TLS (but not via HTTP[S]). In these cases one needs to be able to modify the stream socket scheme to force SSL/TLS.

Currently, TCP transport uses a PHP stream socket to transmit messages, which is hardcoded to use a 'tcp' scheme. Some graylog instanbces (e.g. hosted graylog by OVH) allow submission of messages via TCP+TLS (but not via HTTP[S]). In these cases one needs to be able to modify the stream socket scheme to force SSL/TLS.
@toubsen toubsen closed this Oct 22, 2018
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.

None yet

1 participant