Skip to content

TLS version negotiation issue #11817

@aklobus00

Description

@aklobus00

Bug Report

TLS does not work when targets accepts only TLSv1.2 and tls.min_version set to TLSv1.2

To Reproduce
Output accepts only TLSv1.2, not newer. Otel output in fluentbit set to tls.min_version: TLSv1.2

outputs:
-  name: opentelemetry
          match: "*"
          host: host
          port: port
          tls: on
          tls.min_version: "TLSv1.2"
          tls.verify: on
          tls.ca_file: file
          tls.crt_file: file
          tls.key_file: file

Result:
Image

Expected behavior
TLSv1.2 should be negotiated and requests should reach the target

Version used: 4.1.1, 4.2.4, 5.0.5

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions