Skip to content

feat(cast): add -k / --insecure flag to disable HTTPS certificate validation for cast calls #10855

Closed
@jonathandeclan

Description

@jonathandeclan

Component

Cast

Describe the feature you would like

Similar to curl -k , can cast have an option/parameter to disable validation of certificates, to allow cast to be used with servers with like self-signed or invalid certificates mainly for development purposes

reqwest seems to already support this flag/feature:
https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.danger_accept_invalid_certs

Additional context

No response

Metadata

Metadata

Assignees

Labels

C-castCommand: castT-featureType: featurefirst issueA good way to start contributing

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions