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

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -