-
Notifications
You must be signed in to change notification settings - Fork 120
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
--tls generates error, drops events #288
Comments
Hey! Using Maybe we should fail hard at startup if |
Yes, without ca-cert, cert, and key. I want secure communication, not authentication. The server has a letsencrypt-issued cert.
… On Feb 5, 2024, at 5:58 PM, Romain Tartière ***@***.***> wrote:
Hey! Using --tls without --tls-ca-cert, --tls-cert and --tls-key? I guess you can skip --tls-ca-cert if you decide to ignore the CA verification (--no-tls-verify), but key and cert MUST be provided for mutual-TLS authentication…
Maybe we should fail hard at startup if --tls is requested but some parameters are missing?
—
Reply to this email directly, view it on GitHub <#288 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAPPTYDGI57HOX6QP3LBE3YSF52LAVCNFSM6AAAAABC27ZYA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRYGU4DIMJUGI>.
You are receiving this because you authored the thread.
|
Hum, is this supported by riemann? The server seems to assert presence of cert, key and ca-cert to start a TLS server: It looks like riemann-client currently assume mutual-TLS authentication which seem aligned with this:
Do you say you made unauthenticated TLS work with a nodejs client? Can you share your riemann config? My attempts to start an unauthenticated TLS server failed… |
Issue
When the --tls switch is used:
riemann-health --host example.com --port 5554 --tcp --tls
No events are sent to the server.
Dropped 113 events due to no implicit conversion of nil into String
What's your riemann-tools version?
riemann-tools (1.10.0)
What platform are you on?
Same result on macos, alpine, and ami2 linux. Works fine when not sending to tls-enabled server.
Events work fine using tls in nodejs.
The text was updated successfully, but these errors were encountered: