Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: No verify SSL should be a parameter rather than a feature #379

Open
mdecimus opened this issue Mar 2, 2024 · 0 comments

Comments

@mdecimus
Copy link

mdecimus commented Mar 2, 2024

Hi,

I would like to propose specifying no_verify_ssl as a function parameter rather than a crate feature:

if cfg!(feature = "no-verify-ssl") {

We interact with different object stores, some of them have valid certificates while others have self-signed certificates. Currently we need to disable TLS verification for all hosts in order to be able to support both self-signed and valid certificates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant