> 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 -- http://mail.python.org/mailman/listinfo/python-list