Skip to content

feat(redis): Allow to use global default_certificates_bundle_path in ssl_context#56876

Draft
szaimen wants to merge 1 commit intomasterfrom
enh/noid/allow-use-global-cert-redis-ssl_context
Draft

feat(redis): Allow to use global default_certificates_bundle_path in ssl_context#56876
szaimen wants to merge 1 commit intomasterfrom
enh/noid/allow-use-global-cert-redis-ssl_context

Conversation

@szaimen
Copy link
Copy Markdown
Contributor

@szaimen szaimen commented Dec 5, 2025

…ssl_context

Signed-off-by: Simon L. <szaimen@e.mail.de>
@szaimen szaimen added this to the Nextcloud 33 milestone Dec 5, 2025
@szaimen szaimen added enhancement 2. developing Work in progress technical debt 🧱 🤔🚀 labels Dec 5, 2025
self::REDIS_EXTRA_PARAMETERS_MINIMAL_VERSION
));
}
$rootCertPath = $config['ssl_context']['cafile'] ?? $this->config->getValue('default_certificates_bundle_path', null) ?? '';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Use \OCP\ICertificateManager::getAbsoluteBundlePath instead.

@blizzz blizzz modified the milestones: Nextcloud 33, Nextcloud 34 Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants