I am looking for a example code for how to implement a Python application to communicate with a php site over HTTPS and use PKI protection.
I probably will use pyOpenSSL and httplib.HTTPSConnection. My question is where can I find a site that uses PKI for authentication? (would Github do this?). Also, is there any sample code for how to implement? Please advise, thanks.