Skip to content

tuftool's native-tls/rustls switch doesn't affect reqwest #13

Open
@iliana

Description

@iliana

We have:

tough/tuftool/Cargo.toml

Lines 11 to 15 in 9ac95c8

[features]
default = ["rusoto"]
rusoto = ["rusoto-rustls"]
rusoto-native-tls = ["rusoto_core/native-tls", "rusoto_credential", "rusoto_ssm/native-tls"]
rusoto-rustls = ["rusoto_core/rustls", "rusoto_credential", "rusoto_ssm/rustls"]

but we also depend on reqwest, and we aren't switching which TLS implementation it uses.

Ideally I'd like to be able to enable/disable rusoto_ssm and switch between native-tls and rustls separately but I don't know if that's possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions