Transport
Transport
ca_cert_path (string, optional)
Specify private CA contained path
ca_path (string, optional)
Specify path to CA certificate file
ca_private_key_passphrase (string, optional)
private CA private key passphrase contained path
ca_private_key_path (string, optional)
private CA private key contained path
cert_path (string, optional)
Specify path to Certificate file
ciphers (string, optional)
Ciphers Default: “ALL:!aNULL:!eNULL:!SSLv2”
client_cert_auth (bool, optional)
When this is set Fluentd will check all incoming HTTPS requests for a client certificate signed by the trusted CA, requests that don’t supply a valid client certificate will fail.
insecure (bool, optional)
Use secure connection when use tls) Default: false
private_key_passphrase (string, optional)
public CA private key passphrase contained path
private_key_path (string, optional)
Specify path to private Key file
protocol (string, optional)
Protocol Default: :tcp
version (string, optional)
Version Default: ‘TLSv1_2’
Last modified June 3, 2024: [4.6] Blog link fix (cc4602a)