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

[Blocked on tiledb cloud update] Remove rest.ignore_ssl_validation config option. #5309

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

teo-tsirpanis
Copy link
Member

SC-50444

The rest.ignore_ssl_validation config option has been deprecated for more than a year and superseded by the uniform ssl.verify (#4087). This PR removes it. Setting rest.ignore_ssl_validation will no longer have any effect.


TYPE: CONFIG
DESC: The deprecated rest.ignore_ssl_validation config option is no longer supported. It is superseded by ssl.verify which applies to all network requests.

@@ -73,11 +73,6 @@ class S3SSLConfig : public SSLConfig {
S3SSLConfig(const Config& cfg);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about I remove the S3-specific options as well in this PR? They are likewise deprecated and emitting warnings for more than a year.

@KiterLuc KiterLuc changed the title Remove rest.ignore_ssl_validation config option. [Blocked on tiledb cloud update] Remove rest.ignore_ssl_validation config option. Sep 16, 2024
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

Successfully merging this pull request may close these issues.

1 participant