support tls (with InsecureSkipVerify)#37
Conversation
|
@soulware How did you check this patch works? |
|
Hey @tagomoris - planning on working on getting some test coverage for this over the next couple of days. Wanted to get this on your radar early. |
|
Ah, I meant about the major use-case of this feature. |
|
If I understand your question correctly - we are intending to run fluentd with |
|
I think you understood my question. Thank you to answer for me. |
|
Fluentd v0.14 will have feature updates to use SSL/TLS transport layer with or without handshake protocol... now v0.14.6 has handshake(authentication) feature, but only on raw TCP. |
|
Interesting - thanks for the info. |
|
Correct. It's the reason of |
|
I'm confused by "v0.14 will have feature updates" when v0.14.6 is out now. Do you mean v0.15? |
|
I'll introduce it in any version of v0.14.x (7 or 8). 2016年9月29日木曜日、Simon Hornenotifications@github.comさんは書きました:
田籠 聡 (TAGOMORI Satoshi) |
|
Is this PR still alive? |
|
This PR doesn't work as is. This line: Should be: |
|
We have a need to support Fluent-bit Forward protocol via TLS. I see that the Forward Protocol for fluentd supports mutual TLS. Or is there another golang library that supports TLS over the Forward Protocol? Thanks. |
|
@wfernandes , Did you find any golang library for forwarding which supports TLS ??? |
|
@Manikandan-Raj We didn't. Instead we used ghostunnel as a TLS proxy between our source and fluent-bit. |
|
In 2016, there wasn't TLS support in https://docs.fluentd.org/input/tcp#less-than-transport-greater-than-section |
|
@fujimotos / @tagomoris we can close this as well. #107 |
Support
tlsvia case on FluentNetwork -tcp|tls|unix