Add TLS at RPC API
#4291
-
Is possible to configure tls at RPC through which user can manage Fluentd instance through HTTP endpoints. e.g. is possible the below to work somehow? |
Beta Was this translation helpful? Give feedback.
Answered by
kenhys
Sep 11, 2023
Replies: 1 comment 1 reply
-
Currently, RPC endpoint is not designed to support TLS directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mikromas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, RPC endpoint is not designed to support TLS directly.
If you want to provide RPC endpoint feature via HTTPS, use reverse proxy and so on.