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 martin.panter
Recipients christian.heimes, martin.panter, vitaly.krug
Date 2018-03-14.02:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I have also wanted to force renegotation for testing with Python.

As a workaround, I have used the "openssl s_server" program, which I described at <https://bugs.python.org/issue25919#msg257508> (use the lower-case "r" command). More recently I did a similar thing with "s_client", where you have to use capital "R".
History
Date User Action Args
2018-03-14 02:12:47martin.pantersetrecipients: + martin.panter, christian.heimes, vitaly.krug
2018-03-14 02:12:47martin.pantersetmessageid: <[email protected]>
2018-03-14 02:12:47martin.panterlinkissue33062 messages
2018-03-14 02:12:46martin.pantercreate