-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated SSL settings and simplify SSL configuration
This commit removes deprecated SSL settings and their handling logic: - Replace `ssl` with `ssl_enabled` - Replace `ca_file` with `ssl_certificate_authorities` - Replace `ssl_certificate_verification` with `ssl_verification_mode` Additional changes to simplify SSL handling: - Always set trust strategy regardless of SSL status - Simplify `setup_ssl_params!` to only handle SSL inference when not explicitly configured The functionality remains the same but now uses only the modern SSL configuration options. SSL enablement is still inferred from hosts when not explicitly set, but the logic is simplified and more maintainable.
- Loading branch information
Showing
1 changed file
with
5 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters