Re: https client certificate validation

2006-10-25 Thread Heikki Toivonen
Yogesh Chawla - PD wrote: > After writing a basic script using HTTPSConnection, I > found this in the docs: > > Warning: This does not do any certificate > verification! Right, for production you use almost certainly need to use some 3rd party SSL library, of which there are several. > I then tr

https client certificate validation

2006-10-23 Thread Yogesh Chawla - PD
Hello All, I work for the State of Wisconsin and we are trying to build a reference implementation using python. Our goals are this: 1) establish an HTTPS connection between our client and ourselves 2) exchange client and server certificates to perform mutual authentication We only need to writ