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;
[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
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