urllib with x509 certs
"Martin v. Löwis"
martin at v.loewis.de
Sat Jul 4 05:38:15 EDT 2009
> This works Ok! But every time I am asked to enter PEM pass phrase,
> which I specified during dividing my .p12 file.
> So my question... What should I do to make my code fetch any url
> automatically (without asking me every time to enter pass phrase)?
> As I understand there is impossible to specify pass phrase while
> constructing URLopener.
> So what should I do?
You can remove the passphrase on the private key, e.g. with the
openssl rsa utility.
Regards,
Martin
More information about the Python-list
mailing list