I would like to request the implementation of HTTPS proxy support in the HTTP plugin of Fluent Bit. Currently, the HTTP plugin (referenced in src/flb_http_client.c) lacks native support for HTTPS proxy configurations.
Given the increasing prevalence of HTTPS protocols in modern web environments, having the ability to configure Fluent Bit to work seamlessly with HTTPS proxies would greatly enhance its compatibility and usability.
Ref:
|
/* FIXME: handler for HTTPS proxy */ |
I would like to request the implementation of HTTPS proxy support in the HTTP plugin of Fluent Bit. Currently, the HTTP plugin (referenced in src/flb_http_client.c) lacks native support for HTTPS proxy configurations.
Given the increasing prevalence of HTTPS protocols in modern web environments, having the ability to configure Fluent Bit to work seamlessly with HTTPS proxies would greatly enhance its compatibility and usability.
Ref:
fluent-bit/src/flb_http_client.c
Line 678 in 34a2cd0