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

Draft: Update path to tls-cert-bundle on reload #1218

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

Conversation

pemensik
Copy link
Contributor

We need potentially higher privileges when reading key file, but not for reading cert bundle. Try to update also TLS cert path configured for remote TLS servers on reload command.

We need potentially higher privileges when reading key file, but not for
reading cert bundle. Try to update also TLS cert path configured for
remote TLS servers on reload command.
@pemensik
Copy link
Contributor Author

Hmm, it seems this approach does not help. Even when openssl calls are done, the result is not changed.

@gthess
Copy link
Member

gthess commented Jan 15, 2025

Hi Petr, I don't have time to look at this at the moment, but I don't think you can change an SSL_CTX after you used it to create SSL connections. You would need to destroy it and make a new one for new options.

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.

2 participants