Skip to content

Support curl's --tls-max option #3713

Open
@josh-coderpad

Description

@josh-coderpad

Problem to solve

Assert that insecure versions of TLS are disabled

Proposal

Support curl's --tls-max option in [Options], and provide a way to check that the request failed. Here's how to do it with curl: curl -o /dev/null -sw %{http_code} --tls-max 1.0 https://example.com (outputs 000 if TLS 1.0 is disabled).

Additional context and resources

Seems similar to #166

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions