We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My SSL certificates are renewed every 2 months, using Certbot/LetsEncrypt.
Is there a way I can hot reload the SSL certificates on Swoole, so they don't eventually expire while the app is live?
Ideally, in a graceful way, without any downtime.
The text was updated successfully, but these errors were encountered:
You have to restart swoole manually.
Sorry, something went wrong.
Why not use nginx as proxy or haproxy or other lightweight web servers on top or cloudflare origin ssl instead?
No branches or pull requests
My SSL certificates are renewed every 2 months, using Certbot/LetsEncrypt.
Is there a way I can hot reload the SSL certificates on Swoole, so they don't eventually expire while the app is live?
Ideally, in a graceful way, without any downtime.
The text was updated successfully, but these errors were encountered: