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 2021-03-22.02:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616380815.67.0.728863186244.issue34747@roundup.psfhosted.org>
In-reply-to
Content
Added: affects Python 3.9

This bug is still preventing (...or shall I say "discourages", as the setter is effective but raises) server-side SSL certificate reloading on long-running services.
This codepath on listening sockets is necessary for seamless certificate renewal, so the new certificate is used on any accepted connection past the setter call.

Is there anything that needs to be changed to the fix I proposed ?
Should I open a merge/pull request somewhere ?
History
Date User Action Args
2021-03-22 02:40:15vincent-nexedisetrecipients: + vincent-nexedi, christian.heimes
2021-03-22 02:40:15vincent-nexedisetmessageid: <1616380815.67.0.728863186244.issue34747@roundup.psfhosted.org>
2021-03-22 02:40:15vincent-nexedilinkissue34747 messages
2021-03-22 02:40:15vincent-nexedicreate