-
Notifications
You must be signed in to change notification settings - Fork 503
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 about tls.vhost are unclear #507
Comments
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
@cedws Sorry for the late response. We will change this in order to make things clearer. Thanks for the suggestion. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
This issue was closed because it has been stalled for 5 days with no activity. |
I'm experimenting with fluentbit to fluentd fowarding with TLS encryption using a self-signed certificate.
I struggled for a while to get fluentbit to connect to fluentd because it was rejecting the certificate:
Adding the
tls.vhost
option with the common name of the server certificate got it working:[OUTPUT] ... tls on tls.ca_file /blah/blah.crt tls.debug 4 + tls.vhost fluentd
In the docs
tls.vhost
is described as thehostname to be used for TLS SNI extension
.I ignored it because I am not using SNI or serving multiple hostnames on an address so this didn't seem to be relevant to me.
The text was updated successfully, but these errors were encountered: