How to send https request with client certificate using Python programming language -
i have 2 jks files truststore.jks , keystore.jks use when sending rest request java based client , want use python didn't find way use them authenticate how can use them in python ?
you didn't provide of info (e.g. tried before), answer not precise.
i think looking urllib2.urlopen()
(probably using request
object tune request properties), note ssl-related function parameters. first you'll need convert jks files format accepted python (i guess it's openssl format).
Comments
Post a Comment