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 nobody
Recipients
Date 2006-07-30.00:42:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

Patch applied to docs in rev. 50962.

The feature of providing a client cert does seem to work.  I verified this by 
running "openssl s_server -accept 8000 -www -cert server.cert  -key 
server.key  -verify 1" to provide a server on port 8000, and then running the 
attached client script.  (You'll need to generate client and server keys and 
certs first.)  On running the script, the server prints messages showing that 
it's received a certificate.

Therefore, I'm closing this patch.
History
Date User Action Args
2007-08-23 15:28:46adminlinkissue793553 messages
2007-08-23 15:28:46admincreate