This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vincent-nexedi
Recipients christian.heimes, vincent-nexedi
Date 2018-10-15.09:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539595866.2.0.788709270274.issue34747@psf.upfronthosting.co.za>
In-reply-to
Content
The reason which led me into this is server certificate renewal: my service crashed on that setter 2 months after starting, when it received a new certificate.

I toyed with the idea of closing the listening sockets, but without closing would be even better - code changing socket certificate is much simpler than having to stop all worker treads (SocketServer.ThreadingMixIn), close the listening sockets, and start them all again in new threads with a new wrap_socket'ed listening socket.
History
Date User Action Args
2018-10-15 09:31:06vincent-nexedisetrecipients: + vincent-nexedi, christian.heimes
2018-10-15 09:31:06vincent-nexedisetmessageid: <1539595866.2.0.788709270274.issue34747@psf.upfronthosting.co.za>
2018-10-15 09:31:06vincent-nexedilinkissue34747 messages
2018-10-15 09:31:06vincent-nexedicreate