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
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