Paul Rubin wrote:
>
> To dump out the certificate? Try:
>
>openssl x509 -text -in filename.crt
>
> if the cert is in a file. Omit that -in parameter if you want openssl
> to read from stdin. Of course now you get this other text format
> thing to parse, but it's not so bad.
I wouldn't re
Yogesh Chawla - PD wrote:
> I have 2 questions. 1) How do we get the Server cert
> in python. John wrote: "Nor does there seem to be a
> way to get at the certificate itself from within
> Python." Perhaps pycurl will allow us to do this. Is
> there another method to get the server cert?
Here's
Yogesh Chawla - PD <[EMAIL PROTECTED]> writes:
> 2) I like the idea of calling openssl in a subprocess.
> Do you have any of those openssl commands handy? If
> not, I can look through the documentation tommorrow.
To dump out the certificate? Try:
openssl x509 -text -in filename.crt
if the
Hi Paul and John,
Thanks for the SSL follow up messages.
I have 2 questions. 1) How do we get the Server cert
in python. John wrote: "Nor does there seem to be a
way to get at the certificate itself from within
Python." Perhaps pycurl will allow us to do this. Is
there another met