According to Marc Poulhiès <[EMAIL PROTECTED]>:
> Btw, thanks for your answer (this will save me from using Perl!)
You're welcome.
> ## what are the diff between these two??
> #ctx.load_verify_info(cafile="/tmp/ca.crt")
> ctx.load_verify_locations(cafile="/tmp/ca.crt")
None. One is an alias for
Marc Poulhiès <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Ng Pheng Siong) writes:
>> M2Crypto does server cert verification. With M2Crypto's httpslib, you pass
>> in an SSL.Context instance to the HTTPSConnection constructor to configure
>> the SSL; one of the config knobs is cert verificati
[EMAIL PROTECTED] (Ng Pheng Siong) writes:
Hi,
> According to Marc Poulhiès <[EMAIL PROTECTED]>:
>> I tried to see if the M2Crypto has this possibility, but from my tests
>> and from what I can find on the website, it seems not :/
>
> How did you test and where on the website does it say not?
I
According to Marc Poulhiès <[EMAIL PROTECTED]>:
> I tried to see if the M2Crypto has this possibility, but from my tests
> and from what I can find on the website, it seems not :/
How did you test and where on the website does it say not?
> Can someone confirm me this is not possible or point me
Hi,
I'm trying to build a system using HTTPS with python clients that have
to verify the server's identity. From the Python document, it seems that
the server's certificate is not veryfied, and authentication can only be
in the other way (client authentication).
I know usually users only click on