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

fix(core): ssl_verify setting for get_quicklook #1490

Merged
merged 4 commits into from
Feb 3, 2025

Conversation

tromain
Copy link
Contributor

@tromain tromain commented Jan 24, 2025

The get_quicklook function is useful to preview products on an HMI, but for geodes provider the function returned an error because of a certificate problem. The parameter ssl_verify is False in the provider config but was not read in get_quicklook. This fixes the problem.

Fixes #1439

@sbrunato sbrunato changed the title fix: add ssl_verify parameter reading on get_quicklook function fix(core): ssl_verify setting for get_quicklook Feb 3, 2025
@sbrunato sbrunato force-pushed the geodes-certificate-sslverify branch from 9714bdd to e4e404b Compare February 3, 2025 13:38
@sbrunato sbrunato merged commit b247f5c into CS-SI:develop Feb 3, 2025
8 of 9 checks passed
@sbrunato sbrunato added this to the 3.1.0b2.dev milestone Feb 5, 2025
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.

missing ssl_verify in get_quicklook
2 participants