You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the title says it all. When we need to rotate certificates due to expiration, we have to do a rolling "restart" for the servers. We take each server out of the LB, restart it, add it back and proceed to the next server.
Is it possible to have hypercorn either reload certificates? e.g. once it notices a change in the filesystem and/or have it reload it by pinging an endpoint/running an executable or via specific code we could then initiate from a specialized endpoint.
I did find some potentially relevant discussions but looking through the code I did not find any way to currently achieve this:
I think the title says it all. When we need to rotate certificates due to expiration, we have to do a rolling "restart" for the servers. We take each server out of the LB, restart it, add it back and proceed to the next server.
Is it possible to have hypercorn either reload certificates? e.g. once it notices a change in the filesystem and/or have it reload it by pinging an endpoint/running an executable or via specific code we could then initiate from a specialized endpoint.
I did find some potentially relevant discussions but looking through the code I did not find any way to currently achieve this:
The text was updated successfully, but these errors were encountered: