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 loewis
Recipients Nathanael.Noblet, loewis, orsenthil, pitrou
Date 2012-01-30.08:09:28
SpamBayes Score 0.041331287
Marked as misclassified No
Message-id <4F265037.3030901@v.loewis.de>
In-reply-to <1327889298.58.0.320437579153.issue13856@psf.upfronthosting.co.za>
Content
> I think, I was using wrong terminology, by 'sending' I meant, 'using' the ca_file in the client to verify Server's certificates.

Then I still don't understand your remarks. You said "is there any
reason for the clients in the stdlib are not carrying a ca_file",
but this isn't actually true: clients in the stdlib *do* carry
the CA file and *do* perform verification, see ftplib, nntplib,
imaplib, http.client, etc. It's just that it was forgotten in
xmlrpc.client.
History
Date User Action Args
2012-01-30 08:09:29loewissetrecipients: + loewis, orsenthil, pitrou, Nathanael.Noblet
2012-01-30 08:09:29loewislinkissue13856 messages
2012-01-30 08:09:28loewiscreate