Re: urllib with x509 certs

by Lacrimaon 2009-07-04T10:16:47+00:00
On Jul 4, 12:38=A0pm, "Martin v. L=F6wis" wrote:
> > 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
Hi Martin!
Thanks for the reply. I want my key to be as secure as possible. So I
will remove pass phrase if only there is no other possibility to go
through authentication.
With regards, Max
-- =
http://mail.python.org/mailman/listinfo/python-list

Conversations: urllib with x509 certs