Skip to content

[FEAT] Enforce TLS 1.2 as minimum for shell HTTP client #21004

Description

@RinZ27

Description

The shell HTTP client currently uses default TLS configurations which may allow outdated and insecure TLS versions (like 1.0 or 1.1) depending on the environment's default crypto policy.

Proposed Improvement

Explicitly enforce TLS 1.2 as the minimum supported version in newHttpClient to ensure a consistent and secure communication baseline, protecting against downgrade attacks and known vulnerabilities in older TLS protocols.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions